#include <cassert>
Go to the source code of this file.
Namespaces | |
evf | |
Functions | |
unsigned short | evf::compute_crc (unsigned char *buffer, unsigned int bufSize) |
unsigned short | evf::compute_crc_64bit (unsigned short crc, unsigned char *p) |
unsigned short | evf::compute_crc_8bit (unsigned short crc, unsigned char data) |
Variables | |
const unsigned short | evf::crc_table [256] |