XROAD
xroad_crc32c.h File Reference
#include <stdint.h>
Include dependency graph for xroad_crc32c.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
 

Detailed Description