Go to the documentation of this file.
40 #ifndef __CRC16_HEADER__
41 #define __CRC16_HEADER__
62 #ifndef __CRC32_HEADER__
63 #define __CRC32_HEADER__
const unsigned short CRC16_table[256]
file: CRC16.CPP
Definition: crc.c:56
Functions used to compute the 16- and 32-bit CRC of byte arrays.
void updateCRC16(unsigned short *, unsigned char)
file: CRC16.HPP
Definition: crc.c:91
void updateCRC32(unsigned long *, unsigned char)
file: CRC32.HPP
Definition: crc.c:156
void updateCRC16(unsigned short *crc, unsigned char data)
file: CRC16.HPP
Definition: crc.c:91
const unsigned long CRC32_table[256]
file: CRC32.CPP
Definition: crc.c:110
void updateCRC32(unsigned long *crc, unsigned char data)
file: CRC32.HPP
Definition: crc.c:156