mimblewimble / rust-secp256k1-zkp

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

Functions to inverse and negate private key, commit with 2 blinding factors #46

Closed jaspervdm closed 5 years ago

jaspervdm commented 5 years ago

Adds the 3 new functions from https://github.com/mimblewimble/secp256k1-zkp/pull/39 and corresponding tests