Expand description
XXH3 implementation
Provides Hasher
only for 64bit as 128bit variant would not be much different due to trait
being limited to u64
outputs.
Structs§
- Xxh3
- XXH3 Streaming algorithm
- Xxh3
Builder - Hash builder for
Xxh3
- Xxh3
Default - Default XXH3 Streaming algorithm
- Xxh3
Default Builder - Hash builder for
Xxh3Default
Functions§
- 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 128bit 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.