Initializes a new instance of the Snefru2Paramters class.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
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.