Skip to content

Files

Latest commit

ca18351 · Oct 14, 2019

History

History
This branch is 1066 commits behind TheAlgorithms/C:master.

hash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 13, 2019
Oct 14, 2019
Oct 14, 2019
Oct 14, 2019

Hash algorithms

Overview files hash.h and hash.c

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