Home
Name Modified Size InfoDownloads / Week
whirlpoolsum_win32.zip 2022-06-04 710.9 kB
whirlpoolsum_linux-x86.zip 2022-06-04 647.0 kB
whirlpoolsum_linux-armel.zip 2022-06-04 629.2 kB
whirlpoolsum_linux-amd64.zip 2022-06-04 673.4 kB
README.md 2022-06-04 1.3 kB
Totals: 5 Items   2.7 MB 0

WHIRLPOOLSUM(2)

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

Whirlpool Recursive Hashsum Implementation written in Go

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

Examples:

Generate hashsum list:

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

Check hashsum file:

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

License

This project is licensed under the ISC License.

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