blake2 0.9.1

BLAKE2 hash functions
Documentation
[dependencies.crypto-mac]
version = "0.8"

[dependencies.digest]
version = "0.9"

[dependencies.opaque-debug]
version = "0.3"
[dev-dependencies.crypto-mac]
features = ["dev"]
version = "0.8"

[dev-dependencies.digest]
features = ["dev"]
version = "0.9"

[dev-dependencies.hex-literal]
version = "0.2"

[features]
default = ["std"]
simd = []
simd_asm = ["simd_opt"]
simd_opt = ["simd"]
std = ["digest/std", "crypto-mac/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "BLAKE2 hash functions"
documentation = "https://docs.rs/blake2"
edition = "2018"
keywords = ["crypto", "blake2", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "blake2"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
version = "0.9.1"