Re-exports

pub use snow;
pub use socket::HandshakeVerifier;
pub use socket::NoiseSocket;
pub use socket::PacketPoller;
pub use socket::PacketVerifier;
pub use stream::NoiseStream;

Modules

Structs

Generates a HandshakeState and also validates that all the prerequisites for the given parameters are satisfied.

A keypair object returned by Builder::generate_keypair()

The set of choices (as specified in the Noise spec) that constitute a full protocol definition.

Enums

Type Definitions