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.
Structs§
- Wrapper around ws connection to encrypt and decrypt messages
Functions§
- Handshake as an initiator
- Handshake as a responder