mirror of https://github.com/TheAlgorithms/C
bc28239a15 | ||
---|---|---|
.. | ||
README.md | ||
hash.c | ||
hash.h | ||
test_program.c |
README.md
Hash algorithms
Overview files hash.h and hash.c
- sdbm
- djb2
- xor8 (8 bit)
- adler_32 (32 bit)
- crc32 (32 bit)