#include <stdint.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| uint16_t | fletcher16 (const void *input_str, size_t num_bytes) |
| Calculate the Fletcher-16 checksum of a block of data. | |
| uint16_t fletcher16 | ( | const void * | input_str, |
| size_t | num_bytes | ||
| ) |
Calculate the Fletcher-16 checksum of a block of data.
| input_str | Pointer to the start of the data block. |
| num_bytes | Length of the data block, in bytes. |
Definition at line 9 of file fletcher16.h.