TheAlgorithms-C/Hash/README.md
2017-12-31 22:58:30 +01:00

7 lines
108 B
Markdown

# Hash algorithms
Overview files **hash.h** and **hash.c**
* sdbm
* djb2
* xor8 (8 bit)
* adler_32 (32 bit)