fn compute_crc32(
header: &EntryHeader,
key_bytes: &[u8],
value_bytes: &[u8],
) -> u32
Expand description
Compute crc32 of an entry
This is used to verify data corruption
fn compute_crc32(
header: &EntryHeader,
key_bytes: &[u8],
value_bytes: &[u8],
) -> u32
Compute crc32 of an entry
This is used to verify data corruption