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

Represents the 512-bit value used in calculating a message digest.

File
T16x4LongWordRecord = array[0..15] of LongWord;

T16x4LongWordRecord is a typed Array of LongWord values that represents the 512-bit value used in calculating the message digest for TIdHashMessageDigest4 and TIdHashMessageDigest5

The LongWord elements in T16x4LongWordRecord can be accessed by an integer index that ranges in the range 0..15.

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