aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-02-03 20:50:28 +0100
committerMattias Andrée <maandree@operamail.com>2013-02-03 20:50:28 +0100
commita69fe9c28b3805881bcd96dbd00d365d4bcbc8ae (patch)
treebbdb601377c32e267154e0af16597881833ec331
parentfirst commit (diff)
downloadsha3sum-a69fe9c28b3805881bcd96dbd00d365d4bcbc8ae.tar.gz
sha3sum-a69fe9c28b3805881bcd96dbd00d365d4bcbc8ae.tar.bz2
sha3sum-a69fe9c28b3805881bcd96dbd00d365d4bcbc8ae.tar.xz
options
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..bc698a6
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+SHA-3/Keccak checksum calculator
+
+USAGE: sha3sum [option...] < FILE
+ sha3sum [option...] file...
+
+OPTIONS:
+ -r BITRATE
+ --bitrate The bitrate to use for SHA-3. (default: 576)
+
+ -c CAPACITY
+ --capacity The capacity to use for SHA-3. (default: 1024)
+
+ -w WORDSIZE
+ --wordsize The word size to use for SHA-3. (default: 64)
+
+ -o OUTPUTSIZE
+ --outputsize The output size to use for SHA-3. (default: 512)
+
+ -s STATESIZE
+ --statesize The state size to use for SHA-3. (default: 1600)
+
+ -i ITERATIONS
+ --iterations The number of hash iterations to run. (default: 1)
+
+ -b
+ --binary Print the checksum in binary, rather than hexadecimal.
+