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 Streaming algorithm

Hash builder for Xxh3

Functions

Returns 64bit hash for provided input.

Returns 64bit hash for provided input using custom secret.

Returns 64bit hash for provided input using seed.

Returns 128bit hash for provided input.

Returns 128 hash for provided input using custom secret.

Returns 128 hash for provided input using seed.