aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add shake128sum and rawshake128sumMattias Andrée2022-02-261-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use lowercase by default1.2Mattias Andrée2020-10-211-67/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* test: check that -c accepts both uppercase and lowercaseMattias Andrée2020-10-211-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update test for -zMattias Andrée2020-10-211-1/+26
| | | | 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-0/+34
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -zMattias Andrée2020-10-211-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* test: use POSIX-compliant printfLeo Izen2017-10-151-1/+1
| | | | | | | | | The test shell script had previously used \x notation, which is not POSIX-compliant and therefore is "undefined behavior." In this case, the script will fail if /bin/sh is DASH or some other minimal shell. This commit replaces the hexadecimal \x notation with \ddd octal notation, which is strictly POSIX-compliant and will work in any POSIX shell located at /bin/sh.
* Add testMattias Andrée2017-10-151-0/+125
Signed-off-by: Mattias Andrée <maandree@kth.se>