mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Fletcher32: Rephrase note on 16 bit word operations
This commit is contained in:
parent
31df2ba0aa
commit
a00702ee65
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user