Implements calculation of the 128-bit "fingerprint" or "message digest" for the MD4 message digest algorithm.
Parameters |
Description |
AStream |
Stream containing input values for the message digest algorithm. |
T4x4LongWordRecord - 128-bit message digest calculated from the input data.
HashValue is an overridden T4x4LongWordRecord function in TIdHashMessageDigest4 that implements calculation of the 128-bit "fingerprint" or "message digest" for the values in the AStream input stream.
HashValue reads the byte values in AStream, and applies the message digest algorithm required for MD4.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|