secp256k1-py icon indicating copy to clipboard operation
secp256k1-py copied to clipboard

Python FFI bindings for libsecp256k1 (maintained)

Results 18 secp256k1-py issues
Sort by recently updated
recently updated
newest added

Based on the README description it seems like this is a maintained version of what previously was https://github.com/WTRMQDev/secp256k1-zkp-py But the version by Ludvig Broberg did support Pedersen commitments and range...

How can one do this? Is there an example?

I'm on python 3.8.13 on M1 OSX BigSur, when i run ```pip install --no-binary :all: secp256k1``` the following error occurs ``` pip install secp256k1 Collecting secp256k1 Using cached secp256k1-0.14.0.tar.gz (2.4...

Automating building and deployment of PyPI wheels

quite recently our CI for LNbits consistently started failing to install the library. https://github.com/lnbits/lnbits/actions/runs/9858816974/job/27221077611 not quite sure how and why this happened. it worked for a long while and there...

Don't set cmdclass["bdist_wheel"] to None if bdist_wheel is unavailable. This prevents installation error: TypeError: 'NoneType' object is not callable Refs #7

Hello, would it be possible to publish python 3.12 wheels ? Thank you!

hey there Rusty. im trying to install secp256k1 module but there is always failure. couldnt managed to install. even chat gpt stucks. there is a problem ? i think something...