diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-02-04 13:34:14 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-02-04 13:34:14 +0100 |
commit | 33e8b3c85f2c593dc21c5510a661090d217f8939 (patch) | |
tree | 3e3bc2dbc4284df2b73507eb54e5b96b173fed3b /README | |
parent | m (diff) | |
download | sha3sum-33e8b3c85f2c593dc21c5510a661090d217f8939.tar.gz sha3sum-33e8b3c85f2c593dc21c5510a661090d217f8939.tar.bz2 sha3sum-33e8b3c85f2c593dc21c5510a661090d217f8939.tar.xz |
add progress info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +COMPLETE STATUS: + python :: optimised + java :: not correct, not optimised + c :: planned (after java) + nasm :: planned (maybe, after c) + haskell :: planned (maybe) + + SHA-3/Keccak checksum calculator USAGE: sha3sum [option...] < FILE |