Topic Path: Symbol Reference > Types > T384BitRecord Type
ContentsIndexHome
PreviousUpNext
T384BitRecord Type

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

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.