This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
TheAlgorithms-C
Watch
1
Star
0
Fork
0
You've already forked TheAlgorithms-C
mirror of
https://github.com/TheAlgorithms/C
synced
2024-11-25 23:09:36 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2b1983e57
TheAlgorithms-C
/
hash
/
README.md
8 lines
85 B
Markdown
Raw
Normal View
History
Unescape
Escape
Add files via upload
2018-01-01 00:58:30 +03:00
# Hash algorithms
*
sdbm
*
djb2
*
xor8 (8 bit)
Forgot to add crc32 to hash README.md
2019-10-13 13:16:12 +03:00
*
adler_32 (32 bit)
[enhancement] formatted and added `Hash` directory to cmake (#580) * added hash folder to CMAKE build * split sdbm code from hash.c to independent program * update readme file * docs + vartype fix * split djb2 code from hash.c to independent program * fix function reference * split xor8 code from hash.c to independent program * split adler32 code from hash.c to independent program * remove additional author * split crc32 code from hash.c to independent program * remove redundant files * interpret large numbers as specific types * disable eror clang-diagnostic-implicitly-unsigned-literal * force use constants * updating DIRECTORY.md * clang-tidy fixes for 606e5d4fcebd2645e634de7c03cccb20156ba2fc * added return in function doc to enable doc Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-29 20:18:11 +03:00
*
crc32 (32 bit)
Reference in New Issue
Copy Permalink