Function crc32_hash

Source
fn crc32_hash(data: &[u8]) -> u32
Expand description

Simple CRC32 hash (IEEE polynomial).