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

Implement PartialOrd and Ord #62

Closed jaspervdm closed 4 years ago

jaspervdm commented 4 years ago

There are a bunch of types that are stored internally as a byte array, this PR implements PartialOrd and Ord for them. It's not a huge feature but it makes my life a bit easier :)