mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
8 lines
125 B
Markdown
8 lines
125 B
Markdown
# Hash algorithms
|
|
|
|
Overview files **hash.h** and **hash.c**
|
|
* sdbm
|
|
* djb2
|
|
* xor8 (8 bit)
|
|
* adler_32 (32 bit)
|
|
* crc32 (32 bit) |