MLIB
Loading...
Searching...
No Matches
crc32.h File Reference

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.
 

Detailed Description

Functions to compute CRC32.