Skip to content

Commit

Permalink
Fletcher32: Rephrase note on 16 bit word operations
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Oct 18, 2023
1 parent 31df2ba commit a00702e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/include/checksum/fletcher32.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ typedef struct {
* http://en.wikipedia.org/w/index.php?title=Fletcher%27s_checksum&oldid=661273016#Optimizations
*
* @note the returned sum is never 0
* @note pay attention to alignment issues since this operates on an input
* buffer containing 16 bit words, not bytes.
* @note pay attention to the @p words parameter buffer containing 16 bit words, not bytes.
*
* @param buf input buffer to hash
* @param words length of buffer, in 16 bit words
Expand Down

0 comments on commit a00702e

Please sign in to comment.