diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-10 19:08:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-10 19:08:09 +0200 |
commit | dc314cac7af55c98bd373f984f660e424cef02ba (patch) | |
tree | b32221234e5397f49743bb002d0db52972d35aa5 /README.md | |
parent | apply change maked to non-concurrentable to concurrentable (diff) | |
download | sha3sum-dc314cac7af55c98bd373f984f660e424cef02ba.tar.gz sha3sum-dc314cac7af55c98bd373f984f660e424cef02ba.tar.bz2 sha3sum-dc314cac7af55c98bd373f984f660e424cef02ba.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -18,11 +18,11 @@ COMPLETE STATUS: PERFORMANCE COMPARISON: - C ISO C90 :: 0,082s ~ 1 - Java/C JNI :: 0,175s ~ 2,13 - Java 1.2+ :: 0,258s ~ 3,15 - Python 3 :: 25,057s ~ 306 - Python 2 :: 37,488s ~ 457 + C ISO C90 :: 0,082s ~ 1 + Java/C JNI :: 0,175s ~ 2,13 + Java 1.2+ :: 0,258s ~ 3,15 + Python 3 :: 25,057s ~ 306 + Python 2 :: 37,488s ~ 457 Based on test against a 2,3 MB file. @@ -55,7 +55,7 @@ PERFORMANCE COMPARISON: --iterations The number of hash iterations to run. (default: 1) -j SQUEEZES - --squeezes The number of hash squeezes to run. (default: 1) + --squeezes The number of hash squeezes to run. (default: 1) -h --hex Read the input in hexadecimal, rather than binary. @@ -64,7 +64,7 @@ PERFORMANCE COMPARISON: --binary Print the checksum in binary, rather than hexadecimal. -m - --multi Print the chechsum at all iterations. + --multi Print the chechsum at all iterations. **Pending the standardisation of SHA-3**, there is no specification of particular |