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

Add create commit from pubkey function #64

Closed yeastplume closed 4 years ago

yeastplume commented 4 years ago

Following on from https://github.com/mimblewimble/secp256k1-zkp/pull/54, adds the ffi function, from_pubkey Commit constructor and related test.