Home
Name Modified Size InfoDownloads / Week
groestlsum_win32.zip 2022-06-04 707.0 kB
groestlsum_linux-armel.zip 2022-06-04 624.7 kB
groestlsum_linux-amd64.zip 2022-06-04 671.0 kB
groestlsum_linux-x86.zip 2022-06-04 643.3 kB
README.md 2022-06-04 1.2 kB
Totals: 5 Items   2.6 MB 0

GROESTLSUM

ISC License GoDoc Go Report Card GitHub go.mod Go version GitHub release (latest by date)

Grøstl Recursive Hasher

Usage of groestlsum:
groestlsum [-c <hash.groestl>] [-r] <file.ext>
  -c string
        Check hashsum file.
  -r    Process directories recursively.
  

Examples:

Generate hashsum list:

$ ./groestlsum [-r] "*.*" > hash.txt

Check hashsum file:

$ ./groestlsum -c hash.txt
$ echo $?

License

This project is licensed under the ISC License.

Source: README.md, updated 2022-06-04