risingwave_storage::hummock::sstable::utils

Function xxhash64_verify

source
pub fn xxhash64_verify(data: &[u8], checksum: u64) -> HummockResult<()>
Expand description

Verifies the checksum of the data equals the given checksum with xxhash64.