https://github.com/pedroalbanese/sha3sum
sha3sum Implementation in Go
https://github.com/pedroalbanese/sha3sum
golang-tools keccak sha3 sha3-224 sha3-256 sha3-384 sha3-512 sha3sum
Last synced: about 2 months ago
JSON representation
sha3sum Implementation in Go
- Host: GitHub
- URL: https://github.com/pedroalbanese/sha3sum
- Owner: pedroalbanese
- License: isc
- Created: 2021-04-05T22:26:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T17:24:17.000Z (about 4 years ago)
- Last Synced: 2025-02-23T10:15:44.498Z (over 1 year ago)
- Topics: golang-tools, keccak, sha3, sha3-224, sha3-256, sha3-384, sha3-512, sha3sum
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SHA3SUM(2)
[](https://github.com/pedroalbanese/sha3sum/blob/master/LICENSE.md)
[](http://godoc.org/github.com/pedroalbanese/sha3sum)
[](https://github.com/pedroalbanese/sha3sum/releases)
[](https://goreportcard.com/report/github.com/pedroalbanese/sha3sum)
[](https://golang.org)
[](https://github.com/pedroalbanese/sha3sum/releases)
### 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.
##### Copyright (c) 2020-2022 Pedro F. Albanese - ALBANESE Research Lab.