Internet Direct (Indy)
Home
PreviousUpNext
BufferSize Constant

Indicates the number of bytes required for the 512-bit SHA1 hash value and algorithm.

Pascal
BufferSize = 64;

BufferSize is an integer constant that represents the number of bytes required to store the 512-bit hash value for the TIdHashSHA1 hashing class. 

BufferSize is also used when perform stream read operations in the TIdHashSHA1.HashValue method. BufferSize indicates the number of bytes read from the stream when calculating the hash value.

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.