mimblewimble / rust-secp256k1-zkp

ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
Creative Commons Zero v1.0 Universal
56 stars 51 forks source link

whereis secp256k1_bulletproof_rangeproof_prove defined? #61

Closed jackzhp closed 4 years ago

jackzhp commented 4 years ago

I just can not find where the function secp256k1_bulletproof_rangeproof_prove is defined. anyone can help me?

I assume it goes with this project:

https://github.com/ElementsProject/secp256k1-zkp/tree/secp256k1-zkp/src

thanks.

jaspervdm commented 4 years ago

Grin uses a fork of that repository. You can find the definition of that function here

jackzhp commented 4 years ago

really appreciated. thanks.