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

schnorr removed from the secp256k1-zkp dependency #1

Closed antiochp closed 7 years ago

antiochp commented 7 years ago

The schnorr code was removed from the secp256k1-zkp dependency. This PR cleans up the references to it in the rust code.

At this point the following works -

git submodule init
git submodule update
cargo build
cargo test
antiochp commented 7 years ago

Closing - replaced by #2