fedimint-hkdf 0.2.0-rc8

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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitcoin_hashes"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"

[[package]]
name = "fedimint-hkdf"
version = "0.2.0-rc8"
dependencies = [
 "bitcoin_hashes",
]