Skip to main content

Module transport

Module transport 

Source
Expand description

Transport abstraction for authenticated encryption.

OCP: new transport types (Noise, TLS, QUIC) implement Transport without modifying the coordinator or signer daemon.

Structs§

PlaintextTransport
Plaintext transport (no encryption — development only).
PlaintextTransportFactory
Plaintext factory (development).

Enums§

TransportMode
Transport mode — client or server.

Traits§

Transport
A secure transport for coordinator↔signer communication.
TransportFactory
Transport factory trait — produces transports for connections.