Stores the buffer used for calculating the 160-bit message digest for the SHA1 hashing algorithm.
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.
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. |