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