1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/checksum
Koen Zandberg 230c5b89de
Fletcher16: extend with multi-part functions
This commit extends the fletcher16 function with a set of init, update
and finish functions to allow for multi-part checksums. This is useful
when the data that has to be checksummed is not available in a single
continuous buffer.
2018-10-23 15:54:24 +02:00
..
crc16_ccitt.c Revert "crc: rename checksum to CRC" 2016-02-15 09:28:57 +01:00
doc.txt doc: move Checksum group under sys_hashes 2018-08-28 18:53:44 +02:00
fletcher16.c Fletcher16: extend with multi-part functions 2018-10-23 15:54:24 +02:00
fletcher32.c sys/hashes, sys/checksum: mv fletcher* checksum 2016-02-15 09:29:04 +01:00
Makefile Revert "crc: rename checksum to CRC" 2016-02-15 09:28:57 +01:00
ucrc16.c ucrc16: provide lightweight CRC16 implementation 2016-12-27 00:56:50 +01:00