TheAlgorithms-C/hash/README.md

7 lines
108 B
Markdown
Raw Normal View History

2017-12-31 22:58:30 +01:00
# Hash algorithms
Overview files **hash.h** and **hash.c**
* sdbm
* djb2
* xor8 (8 bit)
* adler_32 (32 bit)