This class implements the CRC-32 checksum algorithm. The digest returned is a little-endian 4 byte string.
Create a cloned CRC32
Prepare Crc32 to checksum the data with a given polynomial.
Returns the Crc32 digest as a uint
The Crc32 digestSize is 4
See Implementation
This class implements the CRC-32 checksum algorithm. The digest returned is a little-endian 4 byte string.