Forgot to add crc32 to hash README.md

This commit is contained in:
ChatN0ir 2019-10-13 12:16:12 +02:00
parent c924079d60
commit 71738b36a9

View File

@ -4,4 +4,5 @@ Overview files **hash.h** and **hash.c**
* sdbm
* djb2
* xor8 (8 bit)
* adler_32 (32 bit)
* adler_32 (32 bit)
* crc32 (32 bit)