add crc32

This commit is contained in:
Steffen Jaeckel
2015-08-23 22:02:42 +02:00
parent 9585faca2b
commit ee03c97cde
6 changed files with 228 additions and 0 deletions
+3
View File
@@ -13,6 +13,9 @@ int misc_test(void)
#endif
#ifdef LTC_ADLER32
DO(adler32_test());
#endif
#ifdef LTC_CRC32
DO(crc32_test());
#endif
return 0;
}