Predefined standard parameters for GHash algorithms.

Namespace: LLCryptoLib.Hash
Assembly: 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 nameValueDescription
GHash_30GHash with a shift of 3 bits.
GHash_51GHash with a shift of 5 bits.

See Also