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

Stores the buffer used for calculating the 160-bit message digest for the SHA1 hashing algorithm.

File
T512BitRecord = array [0..BufferSize-1] of Byte;

T512BitRecord is an array of Byte type that stores the buffer used for calculating the 160-bit message digest for the SHA1 hashing algorithm. 

T512BitRecord is used internally in TIdHashSHA1.HashValue during calculation of the 160-bit message digest for the hashing algorithm.

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