Gets the size of the state.

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

Syntax

C#
public int StateSize { get; }
Visual Basic
Public ReadOnly Property StateSize As Integer
	Get
Visual C++
public:
property int StateSize {
	int get ();
}

Field Value

The size of the state.

See Also