[][src]Module xxhash_rust::xxh3

XXH3 implementation

Provides only 64bit variant as most usable one.

Structs

Xxh3

XXH3 Streaming algorithm

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.