pub fn xxhash64_verify(data: &[u8], checksum: u64) -> HummockResult<()>
Expand description
Verifies the checksum of the data equals the given checksum with xxhash64.
pub fn xxhash64_verify(data: &[u8], checksum: u64) -> HummockResult<()>
Verifies the checksum of the data equals the given checksum with xxhash64.