Retrieves a standard set of Snefru2 parameters.

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

Syntax

C#
public static Snefru2Parameters GetParameters(
	Snefru2Standard standard
)
Visual Basic
Public Shared Function GetParameters ( _
	standard As Snefru2Standard _
) As Snefru2Parameters
Visual C++
public:
static Snefru2Parameters^ GetParameters(
	Snefru2Standard standard
)

Parameters

standard
Type: Classless.Hasher..::..Snefru2Standard
The name of the standard parameter set to retrieve.

Return Value

The Snefru2 Parameters for the given standard.

See Also