diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-26 22:44:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-26 23:21:04 +0100 |
commit | 6c293f272c62edffb3a749230ebb7469e0e969d9 (patch) | |
tree | 02062841a5be49515b15cc75f1b6703b9f89f017 /README | |
parent | Update clean rule in Makefile (diff) | |
download | sha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.gz sha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.bz2 sha3sum-6c293f272c62edffb3a749230ebb7469e0e969d9.tar.xz |
Add shake128sum and rawshake128sum
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,8 +11,10 @@ SYNOPSIS sha3-256sum [option ...] [file ...] sha3-384sum [option ...] [file ...] sha3-512sum [option ...] [file ...] + shake128sum [option ...] [file ...] shake256sum [option ...] [file ...] shake512sum [option ...] [file ...] + rawshake128sum [option ...] [file ...] rawshake256sum [option ...] [file ...] rawshake512sum [option ...] [file ...] |