Crate xxhash_c

Source
Expand description

Safe bindings to xxHash

Structs§

XXH3_64
Streaming version of XXH3 64 bit algorithm.
XXH3_128
Streaming version of XXH3 128 bit algorithm.
XXH64
Streaming version of XXH64 algorithm.
Xxh3DefaultReset
Default reset policy.

Traits§

Xxh3Reset
Describes method to reset XXH3 algorithm state.

Functions§

xxh3_64
Calculates 64bit hash of provided input using XXH3.
xxh3_128
Calculates 128bit hash of provided input using XXH3.
xxh32
Calculates 32bit hash of provided input
xxh64
Calculates 64bit hash of provided input