Fletcher32 checksum algorithm. More...
Fletcher32 checksum algorithm.
Files | |
file | fletcher32.h |
Functions | |
uint32_t | fletcher32 (const uint16_t *buf, size_t words) |
Fletcher's 32 bit checksum. More... | |
uint32_t fletcher32 | ( | const uint16_t * | buf, |
size_t | words | ||
) |
Fletcher's 32 bit checksum.
found on http://en.wikipedia.org/w/index.php?title=Fletcher%27s_checksum&oldid=661273016#Optimizations
buf | input buffer to hash |
words | length of buffer, in 16 bit words |