66 # define CRCBASETYPE unsigned char
67 # define CRCARRAYSIZE 6
70 # define CRCBASETYPE unsigned int
71 # define CRCARRAYSIZE 3
74 # define CRCBASETYPE unsigned long
75 # define CRCARRAYSIZE 2
78 # define CRCBASETYPE unsigned long
79 # define CRCARRAYSIZE 1
void getCRC48(const CRC48_t &acc, void *dataPtr, int count)
void initCRC48(CRC48_t &acc)
void calcCRC48(CRC48_t &acc, const void *dataPtr, int count)
CRCBASETYPE crc[CRCARRAYSIZE]