TheAlgorithms-C/hash
2020-07-22 12:55:13 -04:00
..
CMakeLists.txt added hash folder to CMAKE build 2020-07-22 11:34:56 -04:00
hash_djb2.c split djb2 code from hash.c to independent program 2020-07-22 12:55:13 -04:00
hash_sdbm.c docs + vartype fix 2020-07-22 12:54:22 -04:00
hash.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hash.h formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
README.md update readme file 2020-07-22 11:38:27 -04:00
test_program.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00

Hash algorithms

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