LLFourn / secp256kfun

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

Make Scalar::from_bytes work for Scalar<_, NonZero> #177

Closed LLFourn closed 4 months ago

LLFourn commented 4 months ago

Feedback from twitter. It also worked for Point but not for scalar so this makes them consistent.