aboutsummaryrefslogtreecommitdiffstats
path: root/common.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use lowercase by default1.2Mattias Andrée2020-10-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add sha3sum for compatibility with busybox (-w and -s are however not support)Mattias Andrée2020-10-211-2/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -zMattias Andrée2020-10-211-32/+55
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update for libkeccak 1.21.1.5Mattias Andrée2019-02-111-22/+22
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo1.1.4Mattias Andrée2017-11-181-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Validate input given with -x is specified1.1.3Mattias Andrée2017-11-151-5/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix buffer overflowMattias Andrée2017-11-151-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve the codeMattias Andrée2017-10-151-214/+203
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Generate all C files except common.c and keccaksum.cMattias Andrée2017-10-141-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use arg.h instead of argparserMattias Andrée2017-10-141-108/+105
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify makefileMattias Andrée2017-10-141-0/+526
Signed-off-by: Mattias Andrée <maandree@kth.se>