GoDoc
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# SHA3SUM(2)
|
# SHA3SUM(2)
|
||||||
## sha3sum Parallel Implementation written in Go
|
[](https://github.com/pedroalbanese/sha3sum/blob/master/LICENSE.md)
|
||||||
|
[](http://godoc.org/github.com/pedroalbanese/sha3sum)
|
||||||
|
[](https://goreportcard.com/report/github.com/pedroalbanese/sha3sum)
|
||||||
|
### sha3sum Parallel Implementation written in Go
|
||||||
|
|
||||||
<PRE>
|
<PRE>
|
||||||
SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021
|
SHA3 Hashsum Tool - ALBANESE Lab (c) 2020-2021
|
||||||
@@ -8,7 +11,7 @@ Usage of sha3sum:
|
|||||||
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
|
sha3sum [-v] [-b N] [-c <hash.ext>] [-r] -t <file.ext>
|
||||||
|
|
||||||
-b int
|
-b int
|
||||||
Bits: 224, 256, 384 and 512. (default 224)
|
Bits: 224, 256, 384 and 512. (default 256)
|
||||||
-c string
|
-c string
|
||||||
Check hashsum file.
|
Check hashsum file.
|
||||||
-r Process directories recursively.
|
-r Process directories recursively.
|
||||||
|
|||||||
Reference in New Issue
Block a user