Nugget
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | init_crc32 () |
uint32_t | process_crc32_unaligned (uint8_t *data, unsigned len, uint32_t crc) |
uint32_t | process_crc32_aligned (uint32_t *data, unsigned len, uint32_t crc) |
void init_crc32 | ( | ) |