CRC calculation functions. More...
#include "crc.h"
Go to the source code of this file.
Namespaces | |
coil | |
Common Object Interface Layer. | |
Functions | |
unsigned short | coil::crc16 (const char *str, size_t len) |
unsigned long | coil::crc32 (const char *str, size_t len) |
CRC-32 calculation function. More... | |