aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-26Add shake128sum and rawshake128sumMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Use lowercase by default1.2Mattias Andrée1-66/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21test: check that -c accepts both uppercase and lowercaseMattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Update test for -zMattias Andrée1-1/+26
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Add sha3sum for compatibility with busybox (-w and -s are however not support)Mattias Andrée1-0/+34
Signed-off-by: Mattias Andrée <maandree@kth.se>
2020-10-21Add -zMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-10-15test: use POSIX-compliant printfLeo Izen1-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.
2017-10-15Add testMattias Andrée1-0/+125
Signed-off-by: Mattias Andrée <maandree@kth.se>