fedimint-hkdf 0.6.2-rc.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 = { workspace = true }
edition = { workspace = true }
description = "RFC5869 HKDF implementation on top of bitcoin_hashes"
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }

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

[dependencies]
bitcoin_hashes = { workspace = true }