TheAlgorithms-C/hash
Erik Pellizzon c56b967161
test: removed commented code (#885)
2021-10-15 11:01:56 -05: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 test: removed commented code (#885) 2021-10-15 11:01:56 -05: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)