Tag Archives: crc32c

CRC16, CRC32, CRC64 Checksums

Introduction The concept of error detection codes was first proposed by mathematician and computer scientist W. Wesley Peterson in his 1961 publication Cyclic Codes for Error Detection. CRC in C The following structure holds values relevant to generating a CRC … Continue reading

Posted in assembly, programming, x86 | Tagged , , , , , | Leave a comment