Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.
cargo add sha2
[dependencies]
sha2 = "0.11.0"
| 仓库 | https://github.com/RustCrypto/hashes |
|---|---|
| 文档 | https://docs.rs/sha2 |
| 最新版本 | 0.11.0 |
| 分类 | cryptography, no-std |