Initializes a new instance of the HAVALParamters class.

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

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