fn crc32(data: &[u8]) -> u32
Simple CRC32 implementation (no_std compatible) Uses the standard CRC32 polynomial (IEEE 802.3)