Generates the hash chain up to the specified iteration.

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

Syntax

C#
protected void CalculateTo(
	int iteration
)
Visual Basic (Declaration)
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