Internet Direct (Indy)
Home
PreviousUpNext
T384BitRecord Type

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

Pascal
T384BitRecord = array [0..47] of byte;

T384BitRecord is an Array of Bytes type that represents the value used in calculating the hash value for the TIdHashMessageDigest2 algorithm. 

T384BitRecord Byte values can be accessed using an integer index in the range 0..47.

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.