Module network::noise::stream

source ·
Expand description

The socket module implements the post-handshake part of the protocol. Its main type NoiseStream is returned after a successful handshake. functions in this module enables encrypting and decrypting messages from a socket. Note that since noise is length-unaware, we have to prefix every noise message with its length

Structs