CRC
A cyclic redundancy check that detects accidental data corruption by interpreting a bit sequence as a polynomial and computing a compact remainder.
Boundaries
CRC is designed for accidental error detection and should not be used as a cryptographic integrity or authenticity mechanism.
Related Concepts
- Error-Correcting Code
- Cryptographic Hash
- Checksum
- Hamming Distance