Files
sha3sum/README.md
Pedro F. Albanese ddabfa1b55 GoDoc
2021-12-08 19:01:41 -03:00

1.6 KiB

SHA3SUM(2)

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

sha3sum Parallel Implementation written in Go

Usage of sha3sum:
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] <file.ext>
  -b int
        Bits: 224, 256, 384 and 512. (default 256)
  -c string
        Check hashsum file.
  -r    Process directories recursively.
  -v    Verbose mode. (The exit code is always 0 in this mode)

Examples:

Generate hashsum list:

$ ./sha3sum [-r] "*.*" > hash.txt
Always works in binary mode.

Check hashsum file:

$ ./sha3sum [-v] -c hash.txt
Exit code is always 0 in verbose mode.

License

This project is licensed under the ISC License.