guillaumelauzier / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guillaumelauzier/Bulletproofs-libsecp256k1 Stargazers