fn crc32(data: &[u8]) -> u32
Calculate CRC32 checksum of data.
Uses standard CRC32 algorithm with polynomial 0xEDB88320.
data