aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2017-06-26 11:51:11 +0200
committerLaria Carolin Chabowski <laria@laria.me>2017-06-26 11:51:11 +0200
commit2145d6d7b56f44a2698529c809186037aba893cc (patch)
tree263073ee3cdc79607daf3ecaecd085d81f3af5ad /README.md
downloadsha3sum-2145d6d7b56f44a2698529c809186037aba893cc.tar.gz
sha3sum-2145d6d7b56f44a2698529c809186037aba893cc.tar.bz2
sha3sum-2145d6d7b56f44a2698529c809186037aba893cc.zip
Initial commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ec23b69
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+sha3sum
+=======
+
+Simple program to expose `golang.org/x/crypto/sha3` on the command line (similar to the `sha1sum` utility)
+
+Usage
+-----
+
+Call the program with a list of filenames, these will be hashed. The filename '-' represents stdin. When no argument is passed, hash stdin. Optionally you can specify the hash size (e.g. 256, 512) with the optional `-algo` flag. See `sha3sum -help`.