hkdf 0.13.0-pre.4

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Documentation
[package]
name = "hkdf"
version = "0.13.0-pre.4"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/RustCrypto/KDFs/"
repository = "https://github.com/RustCrypto/KDFs/"
description = "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
keywords = ["crypto", "HKDF", "KDF"]
categories = ["cryptography", "no-std"]
readme = "README.md"
edition = "2021"
rust-version = "1.72"

[dependencies]
hmac = "=0.13.0-pre.4"

[dev-dependencies]
blobby = "0.3"
hex-literal = "0.4"
sha1 = { version = "=0.11.0-pre.4", default-features = false }
sha2 = { version = "=0.11.0-pre.4", default-features = false }

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]