| Construction |
| CCRC32 |
Constructs a CCRC32 object. |
|
|
| Operations |
| Update |
Updates the CCRC32 object
with a continuous block of memory or with a null-terminated string. |
|
| Final |
Retrieves the CRC32 checksum from the
CCRC32 object and reinitializes the object. |
|
| FinalHex |
Retrieves the CRC32 checksum from the
CCRC32 object and reinitializes the object. The obtained checksum is a
null-terminated hexadecimal string. |
|
| Calculate |
Calculates the CRC32 checksum for
a continuous block of memory or
for a null-terminated string. |
|
| CalculateHex |
|
Calculates the CRC32 checksum for a
continuous block of memory or
for a null-terminated string. The obtained checksum is a null-terminated
hexadecimal string. |
|