![]() |
YANE-Framework 1.1.0
|
Class with a static method for crc32 computation. More...
Static Public Member Functions | |
static unsigned int | compute (void *data, int size) |
Static class for crc32 computation
LIB_EXPORT unsigned int yane::Utils::CRC32::compute | ( | void * | data, |
int | size | ||
) | [static] |
Computes the crc32 checksum of data
data | Pointer to the data, that has to be proceeded |
size | size of the given data in bytes |