Initializes a new instance of the Snefru2Paramters class.
Namespace: Classless.HasherAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public Snefru2Parameters( short passes, short length ) |
Visual Basic |
---|
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.