[go: up one dir, main page]

digest 0.3.0

Digest trait for cryptographic hash functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "digest"
version = "0.3.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Digest trait for cryptographic hash functions"
documentation = "https://docs.rs/digest"
repository = "https://github.com/RustCrypto/rust-crypto-decoupled"
keywords = ["digest", "crypto", "hash"]

[dependencies]
generic-array = "0.5"