Expand description
A rust implementation of the disco protocol.
Re-exports§
pub use symmetric::DiscoHash;
pub use ed25519_dalek as ed25519;
pub use x25519_dalek as x25519;
Modules§
- symmetric
- Symmetric crypto primitives built with strobe.
Structs§
- Session
Builder - Session builder.
- Stateless
Transport State - A state machine encompassing the transport phase of a Noise session.
- Transport
State - A state machine encompassing the transport phase of a Noise session.
Enums§
- Read
Error - Read error returned by
read_message
.
Constants§
- MAX_
MSG_ LEN - Maximum message length defined in the Noise specification.
- TAG_LEN
- Tag length defined in the Noise specification.