If the Algorithm is supposed to be fast

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

Syntax

C#
public bool IsFast { get; }
Visual Basic
Public ReadOnly Property IsFast As Boolean
	Get
Visual C++
public:
property bool IsFast {
	bool get ();
}

See Also