fedimint-hkdf 0.2.0-rc4

RFC5869 HKDF implementation on top of bitcoin_hashes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bitcoin_hashes]
version = "0.11.0"

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

[package]
authors = ["The Fedimint Developers"]
description = "RFC5869 HKDF implementation on top of bitcoin_hashes"
edition = "2021"
license = "MIT"
name = "fedimint-hkdf"
repository = "https://github.com/fedimint/fedimint"
version = "0.2.0-rc4"