[dependencies.hmac]
version = "=0.13.0-pre.3"
[dev-dependencies.blobby]
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.4"
[dev-dependencies.sha1]
default-features = false
version = "=0.11.0-pre.3"
[dev-dependencies.sha2]
default-features = false
version = "=0.11.0-pre.3"
[features]
std = ["hmac/std"]
[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
edition = "2021"
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/"
rust-version = "1.72"
version = "0.13.0-pre.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]