From 2145d6d7b56f44a2698529c809186037aba893cc Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 26 Jun 2017 11:51:11 +0200 Subject: Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') 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`. -- cgit v1.2.3-54-g00ecf