aboutsummaryrefslogtreecommitdiff
path: root/crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Check zero printTom Ryder2020-02-011-0/+1
* Cast variable for comparisonTom Ryder2020-02-011-1/+1
* Use a manual check in lieu of an assertTom Ryder2020-02-011-1/+3
* Remove stray space after function nameTom Ryder2020-02-011-1/+1
* Correct an error messageTom Ryder2020-02-011-1/+1
* Check print success more comprehensivelyTom Ryder2020-02-011-2/+11
* Add const decoratorsTom Ryder2020-02-011-4/+4
* Realised there was no need for a separate headerTom Ryder2020-01-201-1/+9
* Reorder functionsTom Ryder2020-01-161-8/+8
* Add braces around single-statement if blocksTom Ryder2020-01-161-2/+4
* Adjust indentation of switch blockTom Ryder2020-01-161-8/+8
* Use consistent layout for function bracesTom Ryder2020-01-161-2/+4
* More refactoring and rearranging, commentingTom Ryder2020-01-071-14/+26
* Switch to tab indentationTom Ryder2020-01-071-26/+26
* Refactor usage function and outputTom Ryder2020-01-071-19/+18
* Simplify commentTom Ryder2016-12-161-7/+2
* Move constants into header fileTom Ryder2016-12-161-3/+0
* Strip trailing whitespaceTom Ryder2016-12-161-2/+1
* Appease clang -std=c90 -WeverythingTom Ryder2016-03-051-1/+1
* ICO C90 forbids mixed declarations and codeTom Ryder2015-04-201-1/+4
* First commitTom Ryder2015-04-191-0/+51