Expand description
Xxh3 const fn
implementation
This module is efficient only when hashes are guaranteed to be executed at compile time. At runtime algorithm is written in fairly inefficient code, although still fast enough.
Functionsยง
- const_
custom_ default_ secret - Generates secret derived from provided seed and default secret.
- xxh3_64
- Returns 64bit hash for provided input.
- xxh3_
64_ with_ secret - Returns 64bit hash for provided input using custom secret.
- xxh3_
64_ with_ seed - Returns 64bit hash for provided input using seed.
- xxh3_
128 - Returns 128 hash for provided input.
- xxh3_
128_ with_ secret - Returns 128 hash for provided input using custom secret.
- xxh3_
128_ with_ seed - Returns 128 hash for provided input using seed.