LLFourn / secp256kfun

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

Fix dangerous Default impl for Point #161

Closed LLFourn closed 1 year ago

LLFourn commented 1 year ago

You could get a zero point in a NonZero Point

fixes #150