mirror of
https://github.com/TheAlgorithms/C
synced 2025-02-07 17:24:11 +03: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) |