From a48f9da48a0abc2739b6bb0ef66f17d64e43e67a Mon Sep 17 00:00:00 2001 From: shrec Date: Sun, 15 Mar 2026 23:05:52 +0000 Subject: [PATCH 1/2] Add UltrafastSecp256k1 Python bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77eda81920..86854cd36e 100644 --- a/README.md +++ b/README.md @@ -313,6 +313,7 @@ _Libraries for storing and parsing configuration options._ - [cryptography](https://github.com/pyca/cryptography) - A package designed to expose cryptographic primitives and recipes to Python developers. - [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. +- [ultrafast-secp256k1](https://github.com/shrec/UltrafastSecp256k1/tree/dev/bindings/python) - Python bindings for the UltrafastSecp256k1 engine with a stable C ABI and CPU, embedded, WebAssembly, and GPU-capable targets. ## Data Analysis From 70be685d28a7f9eae3918f48f068e8995abac6a9 Mon Sep 17 00:00:00 2001 From: Vano Chkheidze Date: Mon, 16 Mar 2026 03:13:44 +0400 Subject: [PATCH 2/2] 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 86854cd36e..c9f43ec8b0 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ _Libraries for storing and parsing configuration options._ - [cryptography](https://github.com/pyca/cryptography) - A package designed to expose cryptographic primitives and recipes to Python developers. - [paramiko](https://github.com/paramiko/paramiko) - The leading native Python SSHv2 protocol library. - [pynacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. -- [ultrafast-secp256k1](https://github.com/shrec/UltrafastSecp256k1/tree/dev/bindings/python) - Python bindings for the UltrafastSecp256k1 engine with a stable C ABI and CPU, embedded, WebAssembly, and GPU-capable targets. +- [ultrafast-secp256k1](https://github.com/shrec/UltrafastSecp256k1) - Python bindings for the UltrafastSecp256k1 engine with a stable C ABI and CPU, embedded, WebAssembly, and GPU-capable targets. ## Data Analysis