diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-21 16:22:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-21 16:22:41 +0200 |
commit | 1f16c1b20cc63bcf2adb91ab89098252ddcf005e (patch) | |
tree | 29f7545920cb88f015348b72db8c852bd5ffafc1 /xsum.man | |
parent | Add -z (diff) | |
download | sha3sum-1f16c1b20cc63bcf2adb91ab89098252ddcf005e.tar.gz sha3sum-1f16c1b20cc63bcf2adb91ab89098252ddcf005e.tar.bz2 sha3sum-1f16c1b20cc63bcf2adb91ab89098252ddcf005e.tar.xz |
Add sha3sum for compatibility with busybox (-w and -s are however not support)
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | xsum.man | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,8 @@ xsum - Compute and check Xsum message digests .SH SYNOPSIS .B xsum [-u | -l | -b | -c] +\# ONLY SHA3: [-a +\# ONLY SHA3: .IR bits ] [-R .IR rate ] [-C @@ -44,6 +46,10 @@ contain a line feed, carriage return or form feed, unless the .B -z option is also used. +\# ONLY SHA3: .TP +\# ONLY SHA3: .BI -a\ bits +\# ONLY SHA3: Select version of the SHA3 algorithm. Valid values +\# ONLY SHA3: are 224 (default), 256, 384, and 512. .TP .B -v Print the hashing parameters. |