secp256k1-py
secp256k1-py copied to clipboard
Pedersen commitments and range proofs?
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!