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§
Structs§
- Builder
- Generates a
HandshakeStateand also validates that all the prerequisites for the given parameters are satisfied. - Keypair
- A keypair object returned by
Builder::generate_keypair() - Noise
Params - The set of choices (as specified in the Noise spec) that constitute a full protocol definition.