TheAlgorithms-C/hash
2020-07-22 11:36:03 -04:00
..
CMakeLists.txt added hash folder to CMAKE build 2020-07-22 11:34:56 -04:00
hash_sdbm.c split sdbm code from hash.c to independent program 2020-07-22 11:36:03 -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 Forgot to add crc32 to hash README.md 2019-10-13 12:16:12 +02:00
test_program.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00

Hash algorithms

Overview files hash.h and hash.c

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