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.
|
Name |
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. |
Name |
Description |
Represents a 128-bit hash value used by message digest components. | |
Represents a 160-bit hash value used by message digest components. |
|
Class |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |