TheAlgorithms-C/Hash/README.md

7 lines
108 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)
* adler_32 (32 bit)