Skip to main content

checksum_crc32

Function checksum_crc32 

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

Compute a CRC32 checksum of the given byte slice.

Uses the standard IEEE 802.3 polynomial (0xEDB88320, reflected).