Commit Graph

11 Commits

Author SHA1 Message Date
Krishna Vedala ff2e7a3528
[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 606e5d4fce

* added return in function doc to enable doc

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-07-29 13:18:11 -04:00
github-actions 6f98288110 formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
github-actions 0779a2b70d formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
Krishna Vedala 855c9124b8
added stdint.h for integer length typedefs 2020-04-03 08:10:28 -04:00
Krishna Vedala bc28239a15
Merge branch 'master' of github.com:kvedala/C 2020-03-07 10:53:52 -05:00
Krishna Vedala fba36e3b15
print hashes in HEX 2020-03-07 10:53:41 -05:00
Krishna Vedala 83bfb72fcf
print hashes in HEX 2020-03-07 10:45:24 -05:00
ChatN0ir ca18351173 Fixed CRC-32 Error 2019-10-14 17:49:03 +02:00
ChatN0ir 71738b36a9 Forgot to add crc32 to hash README.md 2019-10-13 12:16:12 +02:00
ChatN0ir c924079d60 Implemented CRC-32 Checksum-Algorithm 2019-10-13 12:13:00 +02:00
Anup Kumar Panwar 444d4b11d5 Refactor 2018-10-08 21:18:35 +05:30