Initializes a new instance of the BlockHashAlgorithm class.

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

Syntax

C#
protected BlockHashAlgorithm(
	int blockSize
)
Visual Basic (Declaration)
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