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 (BYTE byte, DWORD *crc)
 Continous CRC32 computation.
 
DWORD mlib::crc32 (const void *block, size_t sz)
 CRC32 computation for a block of data.
 

Detailed Description

Functions to compute CRC32.