Expand description
Transport abstraction for authenticated encryption.
OCP: new transport types (Noise, TLS, QUIC) implement Transport
without modifying the coordinator or signer daemon.
Structs§
- Plaintext
Transport - Plaintext transport (no encryption — development only).
- Plaintext
Transport Factory - Plaintext factory (development).
Enums§
- Transport
Mode - Transport mode — client or server.
Traits§
- Transport
- A secure transport for coordinator↔signer communication.
- Transport
Factory - Transport factory trait — produces transports for connections.