LLFourn / secp256kfun

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

Make ZeroChoice always DecideZero #90

Closed LLFourn closed 2 years ago

LLFourn commented 2 years ago

Apparently the rust compiler can handle this kind of thing now so there's no need to make it explicit.