TheAlgorithms-C/hash
..
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)