LLFourn / secp256kfun

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

Upgrade to secp256k1 v0.25.0 #137

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

Quite appropriately v0.25.0 removed ord on SecretKey. I also removed it from secret stuff. It could be implemented constant time ofc but someone has to put in the effort and I don't know if you ever need this.

I also implemented conversions for the new Scalar type in secp256k1 and proptested the conversions a bit more.