crc32

Function crc32 

Source
pub fn crc32(bytes: &[u8]) -> u32
Expand description

CRC32 (reflected, polynomial 0xEDB88320) over a record body; the journals store it immediately before the commit word.