CHROMA
|
48-bit CRC More...
Go to the source code of this file.
Classes | |
struct | CRC48::CRC48_t |
Namespaces | |
CRC48 | |
Macros | |
#define | CRCBASE8 |
#define | CRCBASETYPE unsigned char |
#define | CRCARRAYSIZE 6 |
Functions | |
void | CRC48::initCRC48 (CRC48_t &acc) |
void | CRC48::calcCRC48 (CRC48_t &acc, const void *dataPtr, int count) |
void | CRC48::getCRC48 (const CRC48_t &acc, void *dataPtr, int count) |
48-bit CRC
Definition in file crc48.h.