Module xxh3

Source
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
Xxh3Builder
Hash builder for Xxh3
Xxh3Default
Default XXH3 Streaming algorithm
Xxh3DefaultBuilder
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.