MLIB
|
Functions to compute CRC32. More...
Go to the source code of this file.
Functions | |
void | mlib::crc32_update (BYTE byte, DWORD *crc) |
Continous CRC32 computation. | |
DWORD | mlib::crc32 (const void *block, size_t sz) |
CRC32 computation for a block of data. | |
Functions to compute CRC32.