Available on crate feature
xxhash3_64
only.Expand description
The implementation of XXH3_64.
Structs§
- Calculates the 64-bit hash.
- The provided secret was not at least
SECRET_MINIMUM_LENGTH
bytes. - A lower-level interface for computing a hash from streaming data.
- Holds secret and temporary buffers that are ensured to be appropriately sized.
- The provided secret was not at least
SECRET_MINIMUM_LENGTH
bytes. - The provided secret was not exactly
DEFAULT_SECRET_LENGTH
bytes.
Constants§
- The length of the default secret.
- The minimum length of a secret.
Traits§
- A buffer containing the secret bytes.
- A mutable buffer to contain the secret bytes.