TheAlgorithms-C/hash
Krishna Vedala 855c9124b8
added stdint.h for integer length typedefs
2020-04-03 08:10:28 -04:00
..
README.md Forgot to add crc32 to hash README.md 2019-10-13 12:16:12 +02:00
hash.c Fixed CRC-32 Error 2019-10-14 17:49:03 +02:00
hash.h Fixed CRC-32 Error 2019-10-14 17:49:03 +02:00
test_program.c added stdint.h for integer length typedefs 2020-04-03 08:10:28 -04:00

README.md

Hash algorithms

Overview files hash.h and hash.c

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