minio/pkgs/crc32c/crc32c.h
2014-12-03 01:20:31 -08:00

4 lines
88 B
C

#include <stdint.h>
uint32_t crc32c_pcl(uint8_t *buf, int32_t len, uint32_t prev_crc);