Expand description
Noise Protocol transport implementation.
Noise_IK handshake pattern for authenticated key exchange,
followed by ChaCha20-Poly1305 AEAD for transport encryption.
This is a simplified implementation suitable for testing;
production should use the noise-rust or snow crate.
Structs§
- Noise
Handshake - Noise handshake state (XX pattern simplified to IK).
- Noise
Message - A Noise transport message (encrypted or handshake).