Open cloudhead opened 3 years ago
BIP151 is withdrawn and the successor (not in bips repo yet) is https://bip324.com/
I should start looking into it in my free time
We have a pretty functional BIP324 library over here: https://github.com/rustaceanrob/bip324
I'll take a stab at integrating it into nakamoto. Any pointers there would be greatly appreciated though!
I'll take a stab at integrating it into nakamoto. Any pointers there would be greatly appreciated though!
Maybe the p2p crate!
Peer-to-peer layer encryption.
https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki
This hasn't landed yet in Core (see: https://github.com/bitcoin/bitcoin/pull/14032), but is really on-brand for nakamoto, so it would be cool to support it.