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

Fuzz tests for various components #73

Closed unseddd closed 4 years ago

unseddd commented 4 years ago

Basic fuzz drivers for aggsig, ecdh and sign.

unseddd commented 4 years ago

Made a PR upstream with constant-time tests.

Can make a similar PR to this fork, if desired.

unseddd commented 4 years ago

@quentinlesceller are there any blockers I should address for this PR?

quentinlesceller commented 4 years ago

Hi @unseddd, sorry for the late response and thank you very much for this PR! I'm taking a look now.

unseddd commented 4 years ago

No problem, thanks for the merge :)