mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
.. | ||
hash.c | ||
hash.h | ||
README.md | ||
test_program.c |
Hash algorithms
Overview files hash.h and hash.c
- sdbm
- djb2
- xor8 (8 bit)
- adler_32 (32 bit)
- crc32 (32 bit)