2 个稳定版本
使用旧的 Rust 2015
1.1.0 | 2016年5月12日 |
---|---|
1.0.0 | 2016年2月6日 |
#19 in #文件校验和
12KB
286 行
rusty-hash
简单的校验和计算实用工具
Usage: rusty_hash [-c | -o | -p] [algorithms] <input>...
Algorithms:
--md5 Enables md5 calculation.
--sha[num] Enables sha calculation. num can be [1, 256, 512]
Mode:
Mutually exclusive.
-c --check Verifies checksum from files.
-o --output Write calculations into files with corresponding extension.
-p --print Prints checksums to stdout. Default.
lib.rs
:
提供与哈希算法交互的实用工具
依赖项
~4MB
~53K SLoC