TheAlgorithms-C/hash
2020-03-07 10:45:24 -05:00
..
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 print hashes in HEX 2020-03-07 10:45:24 -05:00

Hash algorithms

Overview files hash.h and hash.c

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