rustyrussell / secp256k1-py

Python FFI bindings for libsecp256k1 (maintained)
MIT License
56 stars 12 forks source link

Pedersen commitments and range proofs? #9

Open marekyggdrasil opened 2 years ago

marekyggdrasil commented 2 years ago

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 proofs. Is it possible to include them or at least provide some recommendation how to access those functionalities in Python?

Many thanks!