Initializes a new instance of the CRC class.

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

Syntax

C#
public Crc()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Crc()

Remarks

This constructor implements the default parameters of Crc32Bit.

See Also