Commit Graph

22 Commits

Author SHA1 Message Date
Krishna Vedala
60a21da8f0
interpret large numbers as specific types 2020-07-22 13:38:04 -04:00
Krishna Vedala
a5c0083954
remove redundant files 2020-07-22 13:32:50 -04:00
Krishna Vedala
c3b44aaaa8
split crc32 code from hash.c to independent program 2020-07-22 13:29:19 -04:00
Krishna Vedala
b2abbfe8eb
remove additional author 2020-07-22 13:23:03 -04:00
Krishna Vedala
367499799e
split adler32 code from hash.c to independent program 2020-07-22 13:21:02 -04:00
Krishna Vedala
ec3488deba
split xor8 code from hash.c to independent program 2020-07-22 13:11:14 -04:00
Krishna Vedala
0bd33dcedc
fix function reference 2020-07-22 13:03:59 -04:00
Krishna Vedala
9c5dae413f
split djb2 code from hash.c to independent program 2020-07-22 12:55:13 -04:00
Krishna Vedala
d6dc6df33d
docs + vartype fix 2020-07-22 12:54:22 -04:00
Krishna Vedala
af6a87235a
update readme file 2020-07-22 11:38:27 -04:00
Krishna Vedala
138400e558
split sdbm code from hash.c to independent program 2020-07-22 11:36:03 -04:00
Krishna Vedala
63a605e166
added hash folder to CMAKE build 2020-07-22 11:34:56 -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