CRC-32
From Just Solve the File Format Problem
(Difference between revisions)
(→Links) |
|||
Line 19: | Line 19: | ||
== Links == | == Links == | ||
* [[Wikipedia:Cyclic redundancy check|Wikipedia: Cyclic redundancy check]] | * [[Wikipedia:Cyclic redundancy check|Wikipedia: Cyclic redundancy check]] | ||
+ | * [http://www.infinitepartitions.com/cgi-bin/showarticle.cgi?article=art008 Understanding CRC32] |
Revision as of 17:49, 4 January 2014
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.