Available on crate feature
xxhash32
only.Expand description
The implementation of XXH32.
Structsยง
- Calculates the 32-bit hash.
- Random
State random
Constructs a randomized seed and reuses it for multiple hasher instances. See the usage warning. - Constructs
Hasher
for multiple hasher instances. See the usage warning.