LLFourn / secp256kfun

A pure-rust secp256k1 library optimised for fun
BSD Zero Clause License
101 stars 29 forks source link

Embrace proptest v1 #76

Closed LLFourn closed 2 years ago

LLFourn commented 2 years ago

Fixes #72

I implemented Aribitrary for Point, Scalar and XOnly. I managed to figure out how to get them to emit edge cases rather than just uniformly samples elements.

thomaseizinger commented 2 years ago

Nice work!