LLFourn / secp256kfun

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

Derive all the things #107

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

We need to make sure that every type can derive Ord, PartialOrd, Eq, PartialEq regardless of its marker type combination.