pub(crate) fn xxhash64_checksum(data: &[u8]) -> u64
Computes xxhash64 checksum of the given data, using seed 0. This matches the xxhash64 used in block checksum (see sstable/utils.rs).
sstable/utils.rs