CRC-32
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |subcat=Error detection and correction }} '''CRC-32''' is a family of 32-bit hash functions used to detect accidental data corruption. The term ''CRC-32'' by its...") |
|||
Line 5: | Line 5: | ||
The term ''CRC-32'' by itself usually means the IEEE CRC-32 algorithm. Other members of the CRC-32 family include CRC-32Q, CRC-32C (Castagnoli), and CRC-32K (Koopman). | The term ''CRC-32'' by itself usually means the IEEE CRC-32 algorithm. Other members of the CRC-32 family include CRC-32Q, CRC-32C (Castagnoli), and CRC-32K (Koopman). | ||
+ | |||
+ | == See also == | ||
+ | * [[CRC]] | ||
== Specifications == | == Specifications == |
Revision as of 16:12, 21 April 2013
CRC-32 is a family of 32-bit hash functions used to detect accidental data corruption.
The term CRC-32 by itself usually means the IEEE CRC-32 algorithm. Other members of the CRC-32 family include CRC-32Q, CRC-32C (Castagnoli), and CRC-32K (Koopman).
Contents |
See also
Specifications
- ITU-T Rec. V.42 Section 8.1.1.6.2 (IEEE CRC-32)
Software
There seems to be no widely available Unix utility that computes a standard CRC-32. The POSIX cksum utility does not use the standard CRC-32 algorithm.