hkdf 0.13.0-pre.4

HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
Documentation
[[bench]]
name = "mod"
path = "benches/mod.rs"

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

[dev-dependencies.blobby]
version = "0.3"

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

[dev-dependencies.sha1]
default-features = false
version = "=0.11.0-pre.4"

[dev-dependencies.sha2]
default-features = false
version = "=0.11.0-pre.4"

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

[lib]
name = "hkdf"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.4"

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

[[test]]
name = "rfc5869"
path = "tests/rfc5869.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "wycheproof"
path = "tests/wycheproof.rs"