CRC-32C (Castagnoli): reflected polynomial 0x82F63B78, init 0xFFFFFFFF, final XOR 0xFFFFFFFF. Used by btrfs/ext4/iSCSI/SCTP and as an optional 7z check (NOT by ZIP, which uses Crc32).
0x82F63B78
0xFFFFFFFF
Check value: CRC32C("123456789") == 0xE3069283.
CRC32C("123456789") == 0xE3069283
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).