From 232568cd6d03dd472913d258f80145f166da6a9d Mon Sep 17 00:00:00 2001 From: shrec Date: Sun, 15 Mar 2026 22:57:38 +0000 Subject: [PATCH 1/3] Add UltrafastSecp256k1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 424d6a8..1b5cb15 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ libraries with novel use of new C++ features. ### Kitchensink / Framework * [abseil](https://abseil.io/) - Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library. +* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance `secp256k1` engine in `C++20` with CPU, CUDA, OpenCL, embedded, WebAssembly, a stable C ABI, and broad validation tooling. * [Boost](https://www.boost.org/) - Collection of C++ libraries. * [Folly](https://github.com/facebook/folly) - Facebook Open-source Library. * [POCO](https://pocoproject.org/) - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. From d8e05e4ecda2e860b829e6da6f6d8fa0256f3091 Mon Sep 17 00:00:00 2001 From: Vano Chkheidze Date: Mon, 16 Mar 2026 03:01:29 +0400 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5cb15..90dd39f 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ libraries with novel use of new C++ features. ### Kitchensink / Framework * [abseil](https://abseil.io/) - Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library. -* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance `secp256k1` engine in `C++20` with CPU, CUDA, OpenCL, embedded, WebAssembly, a stable C ABI, and broad validation tooling. +* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance secp256k1 engine in C++20 with CPU, CUDA, OpenCL, embedded, WebAssembly, a stable C ABI, and broad validation tooling. * [Boost](https://www.boost.org/) - Collection of C++ libraries. * [Folly](https://github.com/facebook/folly) - Facebook Open-source Library. * [POCO](https://pocoproject.org/) - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. From 04b43287fee43bffb4046ed7ecb747434e6d7476 Mon Sep 17 00:00:00 2001 From: shrec Date: Mon, 16 Mar 2026 01:40:17 +0000 Subject: [PATCH 3/3] Adjust description formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90dd39f..b579553 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ libraries with novel use of new C++ features. ### Kitchensink / Framework * [abseil](https://abseil.io/) - Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library. -* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance secp256k1 engine in C++20 with CPU, CUDA, OpenCL, embedded, WebAssembly, a stable C ABI, and broad validation tooling. +* [UltrafastSecp256k1](https://github.com/shrec/UltrafastSecp256k1) - High-performance secp256k1 engine in C++20 with CPU, CUDA, OpenCL, embedded targets, WebAssembly, and a stable C ABI. * [Boost](https://www.boost.org/) - Collection of C++ libraries. * [Folly](https://github.com/facebook/folly) - Facebook Open-source Library. * [POCO](https://pocoproject.org/) - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.