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

implement surjection module from secp256k1-zkp #6

Closed antiochp closed 6 years ago

antiochp commented 6 years ago

Expose surjection module from underlying secp256k1-zkp lib -

https://github.com/mimblewimble/secp256k1-zkp/tree/4beaf7005084dd67497f947c72e9c5e2ab9e37a3/src/modules/surjection

We are going to need "surjection proofs" to investigate implementing Confidential Assets.

antiochp commented 6 years ago

Closing this for now. We know we're going to need this if/when we start looking at CA.