fedimint-hkdf 0.5.0

RFC5869 HKDF implementation on top of bitcoin_hashes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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 }