List of fast hash algortihms

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

Syntax

C#
public static string[] GetFastHashAlgorithms()
Visual Basic
Public Shared Function GetFastHashAlgorithms As String()
Visual C++
public:
static array<String^>^ GetFastHashAlgorithms()

Return Value

An array of string names of the algorithms that are supposed to perform fast.

See Also