TheAlgorithms-C/hash
Anup Kumar Panwar 444d4b11d5 Refactor
2018-10-08 21:18:35 +05:30
..
hash.c Refactor 2018-10-08 21:18:35 +05:30
hash.h Refactor 2018-10-08 21:18:35 +05:30
README.md Refactor 2018-10-08 21:18:35 +05:30
test_program.c Refactor 2018-10-08 21:18:35 +05:30

Hash algorithms

Overview files hash.h and hash.c

  • sdbm
  • djb2
  • xor8 (8 bit)
  • adler_32 (32 bit)