9fde3718c2c0d2d8e5643ad757c988fa2d60d3ed
SHA3SUM(2)
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
Exit code is always 0 in verbose mode.
License
This project is licensed under the ISC License.
Copyright (c) 2020-2021 Pedro Albanese - ALBANESE Research Lab.
Description
Languages
Go
100%
