Pedro F. Albanese 9ab337082c v1.1.1
2022-06-04 14:24:17 -03:00
2022-06-04 14:24:17 -03:00
2021-11-04 08:04:20 -03:00
2022-06-04 14:11:39 -03:00
2021-10-12 14:06:40 -03:00
2022-06-04 14:20:49 -03:00

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 [-c <hash.ext>] [-b N] [-r] <file.ext>
  -b int
        Bits: 224, 256, 384 and 512. (default 256)
  -c string
        Check hashsum file.
  -r    Process directories recursively.

Examples:

Generate hashsum list:

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

Check hashsum file:

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

License

This project is licensed under the ISC License.

Description
sha3sum Implementation in Go
Readme 77 KiB
Languages
Go 100%