TheAlgorithms-C/hash
2020-07-22 13:38:04 -04:00
..
CMakeLists.txt added hash folder to CMAKE build 2020-07-22 11:34:56 -04:00
hash_adler32.c interpret large numbers as specific types 2020-07-22 13:38:04 -04:00
hash_crc32.c interpret large numbers as specific types 2020-07-22 13:38:04 -04:00
hash_djb2.c interpret large numbers as specific types 2020-07-22 13:38:04 -04:00
hash_sdbm.c interpret large numbers as specific types 2020-07-22 13:38:04 -04:00
hash_xor8.c split xor8 code from hash.c to independent program 2020-07-22 13:11:14 -04:00
README.md update readme file 2020-07-22 11:38:27 -04:00

Hash algorithms

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