Commit Graph

21 Commits

Author SHA1 Message Date
bf1b026a7e Use multiple sum algorithm from zlib for Adler and Fletcher checksums. 2021-09-22 23:49:32 +01:00
186f57d7cb Add CLMUL implementations for CRC32 and CRC64. 2021-09-22 23:49:10 +01:00
886d613f6e Change CRC algorithms to use slicing. 2021-09-22 20:09:52 +01:00
25fcc7f474 Enable hard optimizations. 2021-09-22 17:04:40 +01:00
2119f7d578 Use premade CRC32 and CRC64 tables. 2021-09-22 17:04:22 +01:00
637759931c Change spamsum API. 2021-09-22 17:04:03 +01:00
7553a3ce40 Fix CRC32 and CRC64 table generation. 2021-09-22 04:09:39 +01:00
c17752dbf0 Fix C89. 2021-09-22 04:09:21 +01:00
4002cca010 Reformat. 2021-09-22 01:27:28 +01:00
8b0c5b2e2d Enclose macro parameters in parenthesis. 2021-09-22 01:07:11 +01:00
cac73b3ec4 Refactor field names. 2021-09-22 01:05:23 +01:00
34e44b99bc Set proper function definitions. 2021-09-22 01:02:07 +01:00
1407e647a8 Add SpamSum. 2021-09-22 00:46:07 +01:00
3431e43f1e Add Fletcher-32. 2021-09-22 00:01:36 +01:00
4e7fbac91b Add Fletcher-16. 2021-09-21 23:59:19 +01:00
d9b53ed189 Add CRC64 (ECMA). 2021-09-21 23:54:09 +01:00
40cf0017da Add CRC32 (ISO). 2021-09-21 23:51:30 +01:00
2904944095 Add CRC16 (IBM) 2021-09-21 23:46:04 +01:00
003d5d216c Add CRC16 (CCITT). 2021-09-21 23:40:11 +01:00
f44a1596e1 Added ADLER32. 2021-09-21 23:20:31 +01:00
c295172ce7 Initial commit. 2021-09-21 20:33:32 +01:00