1 unstable release

0.1.2 Dec 11, 2019

#4 in #sha-224

MIT license

12KB
246 lines

digest

Digest tool written in Rust programming language

Usage:

$ digest-tool -a sha256 LICENSE 
e36f811f31f3ad9d2ba68230258747bcb868ab59e8640fab3733fbe179bb7cf4  - LICENSE (SHA256)

Install:

$ cargo install digest-tool

$ cargo install --git https://git.hatter.ink/hatter/digest.git

Supported algorithms:
MD5, SHA1, SHA224, SHA256, SHA512, SHA512-224, SHA512-256,
SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE-128, SHAKE-256,
KECCAK-224, KECCAK-256, KECCAK-384, KECCAK-512,
SM3, RIPEMD160, WHIRLPOOL, BLAKE2S, BLAKE2B

Dependencies

~8–18MB
~205K SLoC