Tests the 256, 512, and 1024 bit versions of Skein against known test vectors.

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

Syntax

C#
public static bool TestHash()
Visual Basic
Public Shared Function TestHash As Boolean
Visual C++
public:
static bool TestHash()

Return Value

True if the test succeeded without errors, false otherwise.

See Also