TheAlgorithms-C/hash
github-actions 6f98288110 formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
..
README.md Forgot to add crc32 to hash README.md 2019-10-13 12:16:12 +02: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
test_program.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00

README.md

Hash algorithms

Overview files hash.h and hash.c

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