Predefined standard parameters for HAVAL algorithms.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum HAVALStandard |
Visual Basic |
---|
Public Enumeration HAVALStandard |
Visual C++ |
---|
public enum class HAVALStandard |
Members
Member name | Value | Description | |
---|---|---|---|
HAVAL_3_128 | 0 | Three passes with a 128bit result hash. | |
HAVAL_3_160 | 1 | Three passes with a 160bit result hash. | |
HAVAL_3_192 | 2 | Three passes with a 192bit result hash. | |
HAVAL_3_224 | 3 | Three passes with a 224bit result hash. | |
HAVAL_3_256 | 4 | Three passes with a 256bit result hash. | |
HAVAL_4_128 | 5 | Four passes with a 128bit result hash. | |
HAVAL_4_160 | 6 | Four passes with a 160bit result hash. | |
HAVAL_4_192 | 7 | Four passes with a 192bit result hash. | |
HAVAL_4_224 | 8 | Four passes with a 224bit result hash. | |
HAVAL_4_256 | 9 | Four passes with a 256bit result hash. | |
HAVAL_5_128 | 10 | Five passes with a 128bit result hash. | |
HAVAL_5_160 | 11 | Five passes with a 160bit result hash. | |
HAVAL_5_192 | 12 | Five passes with a 192bit result hash. | |
HAVAL_5_224 | 13 | Five passes with a 224bit result hash. | |
HAVAL_5_256 | 14 | Five passes with a 256bit result hash. |