From 7ea411beed603f57ee1fb4bb9dcc10736f1285aa Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 11 Feb 2021 03:42:34 -0600 Subject: Switch sha3sum on in defconfig, and document -b (it's same as sha2sum). --- toys/other/sha3sum.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toys/other') 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) */ -- cgit v1.2.3