#include <stdint.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
uint32_t | crc32c (uint32_t crc, const unsigned char *buf, size_t len) |
bool | crc32c_hw_test () |
uint32_t crc32c | ( | uint32_t | crc, |
const unsigned char * | buf, | ||
size_t | len | ||
) |