A pure Crystal implementation of the CRC32 checksum that uses
the CRC32-C Castagnoli polynomial, the same polynomial used by iSCSI
and implemented on many Intel chipsets supporting SSE4.2.
Class methods
mask(crc)
returns a masked representation of crc.
Sourceunmask(masked_crc)
return the crc whose masked representation is masked crc
Source