bitcoinfuzz
bitcoinfuzz copied to clipboard
add target for ElligatorSwift encoding and decoding
https://github.com/btcsuite/btcd/pull/2219/ adds ElligatorSwift encoding and decoding functions (BIP 324). It would be nice to have a target to fuzz it against secp.
Suggested by @dergoegge
FYI I think when https://github.com/btcsuite/btcd/pull/2260 is merged, it will be possible to differentially fuzz the v2 transport modules b/t bitcoind and btcd.
https://github.com/btcsuite/btcd/pull/2260 is closed to be merged, will work on it here soon.
edit: merged 🎉
ACK