Modules§
- prelude
- This module provides a prelude with the most commonly used types from the crate.
Structs§
- Connection
Id - A seed used for generating a Murmur3 hash for connection validation. Represents a unique connection identifier for the session.
- Connection
Layer - Represents the header of a connection with an ID and a Murmur3 hash.
- Connection
Secret Seed
Enums§
- Connection
Layer Mode - Represents the mode of a connection layer, which can be either Out-Of-Band (OOB) or an active connection.
Functions§
- verify_
hash - Verifies the integrity of a payload against an expected Murmur3 hash.
- write_
empty - write_
to_ stream - Writes a connection header and a payload to the provided stream, including a Murmur3 hash for validation.