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.
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:
hex
module for hex encoding/decoding since I needed it in tests and the logic was already mostly done in serialization code.