Retrieves a standard set of CRC parameters.

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

Syntax

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

Parameters

standard
Type: LLCryptoLib.Hash..::..CRCStandard
The name of the standard parameter set to retrieve.

Return Value

The CRC Parameters for the given standard.

See Also