aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-17 00:42:07 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-17 00:42:07 +0200
commit938aa55a95fda70b403fa5cabb43c6cc37292ebf (patch)
treef77e74b2f02b38e35997182984ce2a05aeb146f3 /README.md
parentm + fix for python version (diff)
downloadsha3sum-938aa55a95fda70b403fa5cabb43c6cc37292ebf.tar.gz
sha3sum-938aa55a95fda70b403fa5cabb43c6cc37292ebf.tar.bz2
sha3sum-938aa55a95fda70b403fa5cabb43c6cc37292ebf.tar.xz
change defaults (conflicts with Wikipedia but is based on official Keccak defaults; no defaults have yet been standardised)
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index d356b22..3945bdd 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,10 @@ COMPLETE STATUS:
*OPTIONS:*
-r BITRATE
- --bitrate The bitrate to use for SHA-3. (default: 576)
+ --bitrate The bitrate to use for SHA-3. (default: 1024)
-c CAPACITY
- --capacity The capacity to use for SHA-3. (default: 1024)
+ --capacity The capacity to use for SHA-3. (default: 576)
-w WORDSIZE
--wordsize The word size to use for SHA-3. (default: 64)
@@ -55,6 +55,11 @@ COMPLETE STATUS:
--multi Print the chechsum at all iterations.
+Pending the standardisation of SHA-3, there is no specification of particular SHA-3 functions yet.
+Our defaults are based on Keccak[] being Keccak[r = 1024, c = 576] rather than the functions in
+Wikipedias entires that uses [r = 576, c = 1024].
+
+
If you want to contribute with an implementation in another
language, please try do some in the earliest version of the
language officially supported on GNU/Linux, unless there are