LLFourn / secp256kfun

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

`proptest` feature #72

Closed thomaseizinger closed 2 years ago

thomaseizinger commented 3 years ago

It would be helpful for downstream crates to add a proptest feature and implement the Arbitrary trait for various low-level types like Point.

Proptest has released a 1.0.0 which makes it a decent candidate to depend on for wider ecosystem compatibility: https://docs.rs/proptest/1.0.0/proptest/

LLFourn commented 3 years ago

Yes let's do it. Also should dogfood it by using in the tests here.