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

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

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

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