Digester is a tool for generating hashes and hash-based message authentication codes (MACs). It was written as a demonstration of some of Rust's awesome features, including the extensive use of [Cargo features], [trait objects], and [clap's derive macros].
Another cool tooling feature is that you can rename crates, so that you can
import a package using a crate name that you prefer. For example, I import
the md-5
package under the crate name md5
to retain consistency with the
md2
and md4
crates. (I would have loved to import groestl
as grøstl
,
but crate names are required to be ASCII as of current writing.)
As generated by [clap], when all features are enabled:
```
USAGE:
digester [OPTIONS] --algorithm
ARGS:
OPTIONS:
-a, --algorithm