#include <stdint.h>
Go to the source code of this file.
Functions | |
uint32_t | xroad_crc32c (uint32_t crc, const void *buf, uint64_t len) |
calculates crc32c Intel implementation | |
uint32_t | xroad_crc32c_sw (uint32_t crc, const void *buf, uint64_t len) |
calculates crc32c slow implementation | |