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

fix: more parameter checking on zero public key input #35

Closed garyyu closed 6 years ago

garyyu commented 6 years ago

Since we already added more public key parameters for verify_single and sign_single, we need checking for each of them.