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

Current master not updated to reflect latest libsecp256k1 API #25

Closed yeastplume closed 6 years ago

yeastplume commented 6 years ago

We're in the middle of some changes to aggsig and bulletproofs in the underlying lib, so the current master will fail hard in tests until the rust side is update. Grin is currently using a particular tag, so shouldn't be an issue. Just noting I'm aware of it here, and will update the Rust side in one go once all the underlying changes are in.