TheAlgorithms-C/hash/README.md

8 lines
125 B
Markdown
Raw Normal View History

2018-01-01 00:58:30 +03:00
# Hash algorithms
Overview files **hash.h** and **hash.c**
* sdbm
* djb2
* xor8 (8 bit)
2019-10-13 13:16:12 +03:00
* adler_32 (32 bit)
* crc32 (32 bit)