aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ec23b6922f41a413055164cfa60dd1658a21adfd (plain)
1
2
3
4
5
6
7
8
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`.