add adler32 checksum algorithm

This commit is contained in:
Steffen Jaeckel
2015-08-22 17:29:46 +02:00
parent d6cea55b13
commit 1987a2f975
6 changed files with 158 additions and 0 deletions
+3
View File
@@ -10,6 +10,9 @@ int misc_test(void)
#endif
#ifdef LTC_BASE64
DO(base64_test());
#endif
#ifdef LTC_ADLER32
DO(adler32_test());
#endif
return 0;
}