Benchmarks this instance of the Skein hash function.

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

Syntax

C#
public double Benchmark(
	long iterations
)
Visual Basic
Public Function Benchmark ( _
	iterations As Long _
) As Double
Visual C++
public:
double Benchmark(
	long long iterations
)

Parameters

iterations
Type: System..::..Int64
Number of hash computations to perform.

Return Value

Resulting speed in megabytes per second.

See Also