xs/vendor/blitter.com/go/groestl/README.md

21 lines
347 B
Markdown
Raw Normal View History

2022-09-21 03:31:53 +00:00
# groestl
Grøstl hash function implementation in golang
## Usage
groestl library implements standard `hash.Hash` interface.
You can also run it from command-line:
```
$ ./groestl
Usage:
./groestl [options] path/to/file
Options:
-hash int
output hash length (default 256)
```
To compile simply run `go build` in the root directory.