Expand description

The in-progress XXH3 algorithm.

Please read the notes in original implementation to learn about when to use these algorithms. Specifically, the version of code this crate reproduces says:

The algorithm is currently in development, meaning its return values might still change in future versions. However, the API is stable, and can be used in production, typically for generation of ephemeral hashes (produced and consumed in same session).

Structs

Calculates the 64-bit hash.

Calculates the 128-bit hash.

Constructs a randomized seed and reuses it for multiple hasher instances.

Constructs a randomized seed and reuses it for multiple hasher instances.

Traits

Functions