1 个不稳定版本

0.1.2 2019年12月11日

#5 in #sha-224

MIT 许可证

12KB
246

digest

使用Rust编程语言编写的Digest工具

用法

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

安装

$ cargo install digest-tool

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

支持的算法
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

依赖项

~8–18MB
~202K SLoC