[package]
name = "fedimint-hkdf"
version = { workspace = true }
authors = ["The Fedimint Developers"]
edition = "2021"
description = "RFC5869 HKDF implementation on top of bitcoin_hashes"
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"
[lib]
name = "hkdf"
path = "src/lib.rs"
[dependencies]
bitcoin_hashes = { workspace = true }