5个版本
0.1.4 | 2021年12月6日 |
---|---|
0.1.3 | 2019年9月3日 |
0.1.2 | 2019年7月2日 |
0.1.1 | 2019年7月2日 |
0.1.0 | 2019年7月2日 |
#1198 in 算法
1,793 每月下载量
在 14 个crate中使用 (6 直接)
4KB
70 行
哈希器
包 hasher
提供了一个 Hasher 特性。
pub trait Hasher {
const LENGTH: usize;
fn digest(&self, data: &[u8]) -> Vec<u8>;
}
将此添加到您的 Cargo.toml
[dependencies]
hasher = "0.1"
支持算法
- blake2b
- keccak
- sm3
测试
$ cargo test --all-features
依赖项
~0–445KB