aboutsummaryrefslogtreecommitdiff
path: root/src/checksum.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes:Joseph Hunkeler2019-12-291-0/+2
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+10
|
* Fixes:Joseph Hunkeler2019-12-281-3/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Add MD5 and SHA256 funtionsJoseph Hunkeler2019-12-201-0/+68