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

Adding verify_batch wrapper around secp256k1_schnorrsig_verify_batch. #56

Closed DavidBurkett closed 5 years ago

DavidBurkett commented 5 years ago

Using this new API should cut kernel signature verification time in half during initial sync.