sha2 0.5.2

SHA-2 hash functions
Documentation
[package]
name = "sha2"
version = "0.5.2"
authors = ["The RustCrypto Devs"]
license = "MIT/Apache-2.0"
description = "SHA-2 hash functions"
documentation = "https://docs.rs/sha2"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "sha2", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = "0.5"
generic-array = "0.7"
byte-tools = "0.1"
digest-buffer = "0.3"
fake-simd = "0.1"
sha2-asm = {version="0.2", optional=true}

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

[features]
asm = ["sha2-asm"]

[badges]
travis-ci = { repository = "RustCrypto/hashes" }