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

Contains data types, classes, and methods needed to implement objects that construct hash values based on string- or stream-based input.

IdHash.pas contains data types, classes, and methods needed to implement objects that construct hash values based on string- or stream-based input values. 

IdHash.pas contains base classes. Applications should create instances of a descendant class that implements the abstract virtual methods specified in IdHash.pas.

Class 
Description 
Abstract base class for hashing algorithm ancestor classes. 
Implements a class to calculate a 128-bit hash value based on string- or stream-based input values. 
Implements a class to calculate a 16-bit hash value based on string- or stream-based input values. 
Implements a class to calculate a 160-bit hash value based on string- or stream-based input values. 
Implements a class to calculate a 32-bit hash value based on string- or stream-based input values. 
Type 
Description 
Represents a 128-bit hash value used by message digest components. 
Represents a 160-bit hash value used by message digest components. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.