mirror of https://gogs.blitter.com/RLabs/xs
9a0dd8270a | ||
---|---|---|
.. | ||
README.md | ||
groestl.go | ||
round.go | ||
sbox.go | ||
util.go |
README.md
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.