/Bulletproofs-libsecp256k1

This example generates a random 32-byte secret key and a random 32-byte value, and then creates a Pedersen commitment to the value using the secp256k1 library. It then generates a Bulletproof for the commitment using the secp256k1_bulletproofs library, and verifies the proof using the same library.

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.