Initializes a new instance of the TigerParameters class.

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

Syntax

C#
public TigerParameters(
	short length,
	TigerAlgorithmType type
)
Visual Basic
Public Sub New ( _
	length As Short, _
	type As TigerAlgorithmType _
)
Visual C++
public:
TigerParameters(
	short length, 
	TigerAlgorithmType type
)

Parameters

length
Type: System..::..Int16
The bit length of the final hash.
type
Type: Classless.Hasher..::..TigerAlgorithmType
The Tiger algorithm variation.

See Also