mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-29 00:33:14 +03:00
7 lines
108 B
Markdown
7 lines
108 B
Markdown
|
# Hash algorithms
|
||
|
|
||
|
Overview files **hash.h** and **hash.c**
|
||
|
* sdbm
|
||
|
* djb2
|
||
|
* xor8 (8 bit)
|
||
|
* adler_32 (32 bit)
|