CRC-32 (IEEE 802.3 / zlib / gzip / PNG): reflected polynomial 0xEDB88320, init 0xFFFFFFFF, final XOR 0xFFFFFFFF. Matches zlib's crc32().
0xEDB88320
0xFFFFFFFF
zlib
crc32()
Check value: CRC32("123456789") == 0xCBF43926.
CRC32("123456789") == 0xCBF43926
Reset to the initial state so the instance can be reused.
Feed a slice of bytes into the running checksum.
Current checksum value (low bits of the Long).