Struct snow::HandshakeState [] [src]

pub struct HandshakeState { /* fields omitted */ }

A state machine encompassing the handshake phase of a Noise session.

See: http://noiseprotocol.org/noise.html#the-handshakestate-object

Methods

impl HandshakeState
[src]

Trait Implementations

impl NoiseSessionState for HandshakeState
[src]