Command line that wraps sha3 lib from RustCrypto/hashes.
Commands and options are similar to the GNU Linux command shaXXXsum.
One of the goals of this project is to provide a cross-platform solution that does not require external dependencies.
cargo install sha3sum
sha3sum --help
sha3sum -a 256 <path to file>
sha3sum -a Keccak512 <path>
sha3sum -a 384 -t <path to file>
sha3sum -a 256 --tag <path to file>
sha3sum -c <path to file>
All releases are build and tested using following OS:
Sources from GitLab git clone https://gitlab.com/kurdy/sha3sum.git