[go: up one dir, main page]

sha2 0.3.0

SHA-2 hash functions
Documentation
[package]
name = "sha2"
version = "0.3.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "SHA-2 hash functions"
#documentation = "https://docs.rs/sha1"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "sha2", "hash", "digest"]

[dependencies]
fake-simd = "0.1"
byte-tools = "0.1"
digest = "0.3"
digest-buffer = "0.1"
generic-array = "0.5"

[dev-dependencies]
crypto-tests = "0.2"