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

Commit to pubkey fix #68

Closed yeastplume closed 4 years ago

yeastplume commented 4 years ago

Previous versions of this appeared correct as they (for some reason) passed in both release and debug test modes. A few changes to the binary layout later and the release tests are crashing consistently.

Modifies the call to pubkey_to_pedersen_commit to use an internal commit representation.

Also bumps version number for next tag/release