TheAlgorithms-C/hash
Priyanshu 3a85f72d7a
fix: Integer literal is too large to be represented as signed integer typed (#793)
2021-02-17 21:10:29 -06:00
..
CMakeLists.txt [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00
README.md [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00
hash_adler32.c [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00
hash_crc32.c [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00
hash_djb2.c [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00
hash_sdbm.c fix: Integer literal is too large to be represented as signed integer typed (#793) 2021-02-17 21:10:29 -06:00
hash_xor8.c [enhancement] formatted and added `Hash` directory to cmake (#580) 2020-07-29 13:18:11 -04:00

README.md

Hash algorithms

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