Internet Direct (Indy)
Home
PreviousUpNext
T128BitRecord Type

Represents the 128-bit value calculated by Message Digest hashing algorithms and CheckSum utilities.

Pascal
T128BitRecord = array [0..15] of byte;

T128BitRecord is a 16-Byte array that represents the 128-bit value calculated by Message Digest hashing algorithms and CheckSum utilities. Btye values in T128BitRecord can be accessed using an integer index in the range 0..15. 

T128BitRecord is used by TIdHashMessageDigest2 and descendant classes.

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.