pub fn checksum_crc32(data: &[u8]) -> u32
Compute a CRC32 checksum of the given byte slice.
Uses the standard IEEE 802.3 polynomial (0xEDB88320, reflected).