Generates the hash chain up to the specified iteration.

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
protected void CalculateTo(
	int iteration
)
Visual Basic
Protected Sub CalculateTo ( _
	iteration As Integer _
)
Visual C++
protected:
void CalculateTo(
	int iteration
)

Parameters

iteration
Type: System..::..Int32
The maximum interation to calculate.

See Also