Module xxhash_rust::xxh64
source · Expand description
64 bit version of xxhash algorithm
Written using C implementation as reference.
Structs§
- XXH64 Streaming algorithm
- Hash builder for
Xxh64
Functions§
- Returns hash for the provided input.
64 bit version of xxhash algorithm
Written using C implementation as reference.
Xxh64