hkdf 0.12.3

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Documentation
[dependencies.hmac]
version = "0.12.1"
[dev-dependencies.blobby]
version = "0.3"

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

[dev-dependencies.sha-1]
default-features = false
version = "0.10"

[dev-dependencies.sha2]
default-features = false
version = "0.10"

[features]
std = ["hmac/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
edition = "2018"
homepage = "https://github.com/RustCrypto/KDFs/"
keywords = ["crypto", "HKDF", "KDF"]
license = "MIT OR Apache-2.0"
name = "hkdf"
readme = "README.md"
repository = "https://github.com/RustCrypto/KDFs/"
version = "0.12.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]