Initializes a new instance of the BlockHashAlgorithm class.

Namespace: Classless.Hasher
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

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