Internet Direct (Indy)
Home
PreviousUpNext
TIdHash128 Class

Implements a class to calculate a 128-bit hash value based on string- or stream-based input values.

Pascal
TIdHash128 = class(TIdHash);

TIdHash128 is a TIdHash descendant that implements calculation of a 128-bit hash value based on string- or stream-based input values. 

In TIdHash128, an abstract virtual method is declared for calculating the hash value for the input data from a stream. Applications should create instances of a descendant class that implements the abstract method for calculating the hash value for the content in a stream.

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.