Topic Path: Symbol Reference > Constants > BufferSize Constant
ContentsIndexHome
PreviousUpNext
BufferSize Constant

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

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

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