LLFourn / secp256kfun

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

Update for new BIP340: XOnly is always even #28

Closed LLFourn closed 4 years ago

LLFourn commented 4 years ago

Update to latest BIP340 that will now presumably be final. I completely removed the logic for SquareY. I think that there are systems like Grin that still use old BIP340 type signatures but I don't think it's worth keeping it in here for them at the moment.

In addition: