#include <stdint.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | crc::CRC32Table |
Namespaces | |
crc | |
Functions | |
uint32_t | crc::calculate_crc32 (const void *buf, size_t len, uint32_t initial=0) |
Variables | |
const CRC32Table | crc::crc32_table |