Predefined standard parameters for GHash algorithms.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public enum GHashStandard
Visual Basic (Declaration)
Public Enumeration GHashStandard
Visual C++
public enum class GHashStandard

Members

Member nameDescription
GHash3
GHash with a shift of 3 bits.
GHash5
GHash with a shift of 5 bits.

See Also