diff options
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/sha3sum.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toys/other/sha3sum.c b/toys/other/sha3sum.c index 10290081..ee951e03 100644 --- a/toys/other/sha3sum.c +++ b/toys/other/sha3sum.c @@ -11,13 +11,14 @@ USE_SHA3SUM(NEWTOY(sha3sum, "bSa#<128>512=224", TOYFLAG_USR|TOYFLAG_BIN)) config SHA3SUM bool "sha3sum" - default n + default y help usage: sha3sum [-S] [-a BITS] [FILE...] Hash function du jour. -a Produce a hash BITS long (default 224) + -b Brief (hash only, no filename) -S Use SHAKE termination byte instead of SHA3 (ask FIPS why) */ |