Initializes a new instance of the TigerParameters class.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public TigerParameters( short length, TigerAlgorithmType type ) |
Visual Basic (Declaration) |
---|
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.