Crate snowstorm

Crate snowstorm 

Source

Re-exports§

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

Modules§

socket
stream
timer

Structs§

Builder
Generates a HandshakeState and also validates that all the prerequisites for the given parameters are satisfied.
Keypair
A keypair object returned by Builder::generate_keypair()
NoiseParams
The set of choices (as specified in the Noise spec) that constitute a full protocol definition.

Enums§

SnowstormError

Type Aliases§

SnowstormResult