Skip to main content

HandshakeStepResult

Type Alias HandshakeStepResult 

Source
pub type HandshakeStepResult = (Vec<OutboundDatagram>, Option<(IdentityHandle, SharedSecretHandle)>);
Expand description

Result of a processed incoming handshake step: outbound datagrams plus — once derived on this side — the (remote_identity, shared_secret) tuple for the crypto gate.