Initializes a new instance of the CRC class.

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

Syntax

C#
public CRC(
	CRCParameters param
)
Visual Basic
Public Sub New ( _
	param As CRCParameters _
)
Visual C++
public:
CRC(
	CRCParameters^ param
)

Parameters

param
Type: LLCryptoLib.Hash..::..CRCParameters
The parameters to utilize in the CRC calculation.

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also