The BIP-324 Series

// Confusing and diffusing those bits for peer to peer encryption

BIP-324 defines an encryption scheme tuned for the bitcoin use case, as well as some performance tweaks of the p2p messages themselves. I work on a small library, bip324, which brings BIP-324 to the rust bitcoin ecosystem.

  1. AEADs and Stuff
  2. Making use of SIMD
  3. Cancellation Safety
  4. Old V1 Remotes
  5. Dependency Version Constraints
  6. Manual SIMD
  7. bip324 Status Update