Definition in file fletcher32.h.
#include <stdlib.h>#include <stdint.h>
Include dependency graph for fletcher32.h:Go to the source code of this file.
Functions | |
| uint32_t | fletcher32 (const uint16_t *buf, size_t words) |
| Fletcher's 32 bit checksum. More... | |