Initializes a new instance of the GHashParamters class.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public GHashParameters(
	int shift
)
Visual Basic
Public Sub New ( _
	shift As Integer _
)
Visual C++
public:
GHashParameters(
	int shift
)

Parameters

shift
Type: System..::..Int32
How many bits to shift.

See Also