TheAlgorithms-C/hash
2019-10-13 12:13:00 +02:00
..
hash.c Implemented CRC-32 Checksum-Algorithm 2019-10-13 12:13:00 +02:00
hash.h Implemented CRC-32 Checksum-Algorithm 2019-10-13 12:13:00 +02:00
README.md Refactor 2018-10-08 21:18:35 +05:30
test_program.c Implemented CRC-32 Checksum-Algorithm 2019-10-13 12:13:00 +02:00

Hash algorithms

Overview files hash.h and hash.c

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