xxhash64_checksum

Function xxhash64_checksum 

Source
pub(crate) fn xxhash64_checksum(data: &[u8]) -> u64
Expand description

Computes xxhash64 checksum of the given data, using seed 0. This matches the xxhash64 used in block checksum (see sstable/utils.rs).