diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-16 23:51:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-16 23:51:24 +0200 |
commit | 5e609f4affa459822a8b95855ac90124677b09b9 (patch) | |
tree | ca896a1bf6f16f3414b8bb8a5d59aad9711d1c6c /README.md | |
parent | misc (diff) | |
download | sha3sum-5e609f4affa459822a8b95855ac90124677b09b9.tar.gz sha3sum-5e609f4affa459822a8b95855ac90124677b09b9.tar.bz2 sha3sum-5e609f4affa459822a8b95855ac90124677b09b9.tar.xz |
update readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,8 +42,17 @@ COMPLETE STATUS: -i ITERATIONS --iterations The number of hash iterations to run. (default: 1) + -j SQUEEZES + --squeezes The number of hash squeezes to run. (default: 1) + + -h + --hex Read the input in hexadecimal, rather than binary. + -b --binary Print the checksum in binary, rather than hexadecimal. + + -m + --multi Print the chechsum at all iterations. If you want to contribute with an implementation in another |