aboutsummaryrefslogtreecommitdiffstats
path: root/python3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-21 19:15:47 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-21 19:15:47 +0200
commit541a52d4b161205ff431f5d2b6a28938be76717d (patch)
tree1fea3ea113e6408d5e5df677bc625edbe5b5503d /python3
parentfix error in partial bit support for c implementations (diff)
downloadsha3sum-541a52d4b161205ff431f5d2b6a28938be76717d.tar.gz
sha3sum-541a52d4b161205ff431f5d2b6a28938be76717d.tar.bz2
sha3sum-541a52d4b161205ff431f5d2b6a28938be76717d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'python3')
-rwxr-xr-xpython3/sha3sum.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/python3/sha3sum.py b/python3/sha3sum.py
index f0957b2..93d3e72 100755
--- a/python3/sha3sum.py
+++ b/python3/sha3sum.py
@@ -69,19 +69,19 @@ USAGE: sha3sum [option...] < file
OPTIONS:
-r BITRATE
- --bitrate The bitrate to use for SHA-3. (default: %d)
+ --bitrate The bitrate to use for checksum. (default: %d)
-c CAPACITY
- --capacity The capacity to use for SHA-3. (default: %d)
+ --capacity The capacity to use for checksum. (default: %d)
-w WORDSIZE
- --wordsize The word size to use for SHA-3. (default: %d)
+ --wordsize The word size to use for checksum. (default: %d)
-o OUTPUTSIZE
- --outputsize The output size to use for SHA-3. (default: %d)
+ --outputsize The output size to use for checksum. (default: %d)
-s STATESIZE
- --statesize The state size to use for SHA-3. (default: %d)
+ --statesize The state size to use for checksum. (default: %d)
-i ITERATIONS
--iterations The number of hash iterations to run. (default: %d)