Predefined standard parameters for Snefru2 algorithms.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum Snefru2Standard |
Visual Basic |
---|
Public Enumeration Snefru2Standard |
Visual C++ |
---|
public enum class Snefru2Standard |
Members
Member name | Value | Description | |
---|---|---|---|
Snefru2_4_128 | 0 | Four passes with a 128bit result hash. | |
Snefru2_4_256 | 1 | Four passes with a 256bit result hash. | |
Snefru2_8_128 | 2 | Eight passes with a 128bit result hash. | |
Snefru2_8_256 | 3 | Eight passes with a 256bit result hash. |