Topic Path: Symbol Reference > Files > IdHashCRC.pas
ContentsIndexHome
PreviousUpNext
IdHashCRC.pas

Contains constants, classes, and methods needed to implement 16- and 32-bit versions of the Cyclic Redundancy Check (CRC) hashing algorithm.

IdHashCRC.pas contains constants, classes, and methods needed to implement 16- and 32-bit versions of the Cyclic Redundancy Check (CRC) algorithm used to detect errors in data storage or transmission. 

Cyclic Redundancy Check classes detect small changes in blocks of data, and is often used in error-correcting protocols. CRC values are often included in data transmissions, and the CRC algorithm is reapplied to received data to detect error conditions. 

In Indy, CRC calculations are performed using a pre-computed table containing all possible combinations of the CRC value, and uses a 2-byte exclusive-OR operation for the 1-byte lookup value to calculate the CRC result.

Class 
Description 
Implements methods used to calculate a 16-bit CRC value for data in an input stream. 
Implements methods used to calculate a 32-bit CRC value for data in an input stream. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.