Implements a class to calculate a 160-bit hash value based on string- or stream-based input values.
TIdHash160 = class(TIdHash);
TIdHash160 is a TIdHash descendant that implements calculation of a 160-bit hash value based on string- or stream-based input values.
In TIdHash160, 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. |