Predefined standard parameters for GHash algorithms.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum GHashStandard |
Visual Basic |
---|
Public Enumeration GHashStandard |
Visual C++ |
---|
public enum class GHashStandard |
Members
Member name | Value | Description | |
---|---|---|---|
GHash_3 | 0 | GHash with a shift of 3 bits. | |
GHash_5 | 1 | GHash with a shift of 5 bits. |