diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-21 19:15:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-21 19:15:47 +0200 |
commit | 541a52d4b161205ff431f5d2b6a28938be76717d (patch) | |
tree | 1fea3ea113e6408d5e5df677bc625edbe5b5503d /python3/sha3sum.py | |
parent | fix error in partial bit support for c implementations (diff) | |
download | sha3sum-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/sha3sum.py')
-rwxr-xr-x | python3/sha3sum.py | 10 |
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) |