Initializes a new instance of the Snefru2Paramters class.
Namespace:
Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public Snefru2Parameters( short passes, short length ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ passes As Short, _ length As Short _ ) |
Visual C++ |
---|
public: Snefru2Parameters( 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.