Predefined standard parameters for HAVAL algorithms.

Namespace: LLCryptoLib.Hash
Assembly: 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 nameValueDescription
HAVAL_3_1280Three passes with a 128bit result hash.
HAVAL_3_1601Three passes with a 160bit result hash.
HAVAL_3_1922Three passes with a 192bit result hash.
HAVAL_3_2243Three passes with a 224bit result hash.
HAVAL_3_2564Three passes with a 256bit result hash.
HAVAL_4_1285Four passes with a 128bit result hash.
HAVAL_4_1606Four passes with a 160bit result hash.
HAVAL_4_1927Four passes with a 192bit result hash.
HAVAL_4_2248Four passes with a 224bit result hash.
HAVAL_4_2569Four passes with a 256bit result hash.
HAVAL_5_12810Five passes with a 128bit result hash.
HAVAL_5_16011Five passes with a 160bit result hash.
HAVAL_5_19212Five passes with a 192bit result hash.
HAVAL_5_22413Five passes with a 224bit result hash.
HAVAL_5_25614Five passes with a 256bit result hash.

See Also