We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peer-to-peer layer encryption.
https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki
This hasn't landed yet in Core (see: bitcoin/bitcoin#14032), but is really on-brand for nakamoto, so it would be cool to support it.
The text was updated successfully, but these errors were encountered:
BIP151 is withdrawn and the successor (not in bips repo yet) is https://bip324.com/
Sorry, something went wrong.
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!
Maybe the p2p crate!
No branches or pull requests
Peer-to-peer layer encryption.
https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki
This hasn't landed yet in Core (see: bitcoin/bitcoin#14032), but is really on-brand for nakamoto, so it would be cool to support it.
The text was updated successfully, but these errors were encountered: