Storage CRC algorithms: CRC32C and the CRC-64 family
Every storage-oriented CRC model in the catalog — CRC32C, the seven CRC-64 variants, and the SCSI/optical-media CRCs — gathered in one place.
CRC32C: the 32-bit storage and network default
CRC32C (catalogued as CRC-32/ISCSI) uses the Castagnoli polynomial rather than the Ethernet-style CRC-32, and is hardware-accelerated on modern CPUs — which is why iSCSI, SCTP, and several NVMe transports use it instead of CRC-32/ISO-HDLC.
CRC-64: for files and datasets too large for 32 bits
All seven catalogued CRC-64 models are distinct parameter sets, not variations on one algorithm — use the variant a target format actually specifies rather than a generic CRC-64.
Sector and data-integrity field CRCs
A few narrower storage formats define their own dedicated CRC rather than reusing CRC32C or CRC-64.
Apply this reference
Change CRC parameters and compare standard algorithm results using the browser-based calculator.