= RSHash :toc: macro
image:https://github.com/sorairolake/rshash/workflows/CI/badge.svg[CI, link=https://github.com/sorairolake/rshash/actions?query=workflow%3ACI] image:https://img.shields.io/crates/v/rshash[Version, link=https://crates.io/crates/rshash] image:https://img.shields.io/crates/l/rshash[License, link=https://www.gnu.org/licenses/gpl-3.0.html]
RSHash is a command-line utility for computing and checking various message digests.
toc::[]
== Installation
=== Via a package manager
|=== |OS |Method |Package |Command
|Any
|Cargo
|https://crates.io/crates/rshash[rshash
]
|cargo install rshash
|===
=== How to build and install
Please see the link:BUILD.adoc[Build Guide].
== Usage
.... RSHash 0.1.1 A utility for computing various message digests
USAGE: rshash [FLAGS] [OPTIONS] [FILE]...
FLAGS: --list-hash-algorithms List supported hash algorithms -c, --check Read the checksums from the file and check them --ignore-missing Don't fail or report status for missing files --quiet Don't print OK for each successfully verified file --status Don't output anything, return the verification result as the exit status --strict Exit non-zero for improperly formatted checksum lines -w, --warn Warn about improperly formatted checksum lines -j, --json Output the verification result as JSON to stdout -p, --pretty Output as a pretty-printed JSON --progress Display a progress bar for reporting progress --speed Print the processing speed -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-H, --hash-algorithm