Initializes a new instance of the BlockHashAlgorithm class.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
protected BlockHashAlgorithm(
	int blockSize
)
Visual Basic
Protected Sub New ( _
	blockSize As Integer _
)
Visual C++
protected:
BlockHashAlgorithm(
	int blockSize
)

Parameters

blockSize
Type: System..::..Int32
The size in bytes of an individual block.

See Also