Initializes a new instance of the HAVALParamters class.

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

Syntax

C#
public HavalParameters(
	short passes,
	short length
)
Visual Basic
Public Sub New ( _
	passes As Short, _
	length As Short _
)
Visual C++
public:
HavalParameters(
	short passes, 
	short length
)

Parameters

passes
Type: System..::..Int16
How many transformation passes to do.
length
Type: System..::..Int16
The bit length of the final hash.

See Also