TheAlgorithms-C/hash/README.md
2019-10-13 12:16:12 +02:00

8 lines
125 B
Markdown

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