entropy_protocol::protocol_transport

Module noise

Source
Expand description

Noise handshake and encrypted channel for protocol messages

We use the XK handshake pattern. This means the initiator has a static keypair, and the responder has a pre-shared static keypair That is, we already know the public key of the remote party we are connecting to before the handshake starts.

See: https://noiseexplorer.com/patterns/XK

Structs§

Functions§