Calculate CRC32 checksum for binary data.
assert_eq!(crc32(b"cat"), 0x9E5E43A8); assert_eq!(crc32(b"dog"), 0x812C397D);