blake2 0.5.0

BLAKE2 hash functions
Documentation
[package]
name = "blake2"
version = "0.5.0"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "BLAKE2 hash functions"
documentation = "https://docs.rs/blake2"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "blake2", "hash", "digest"]
categories = ["cryptography", "no-std"]

[dependencies]
digest = "0.5.0"
generic-array = "0.7"
byte-tools = "0.1"
#crypto-ops = "0.1"
#crypto-mac = {path = "../../../rust-crypto-decoupled/utils/crypto-mac/"}

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

[features]
simd = []
simd_opt = ["simd"]
simd_asm = ["simd_opt"]

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