fix: use concat_kdf crate instead of hand rolled NIST SP 800-56A KDF (#7106)

This commit is contained in:
Dan Cline
2024-03-12 10:52:46 -04:00
committed by GitHub
parent 22d585df17
commit 99711550d8
3 changed files with 38 additions and 16 deletions

View File

@ -35,6 +35,7 @@ rand.workspace = true
ctr = "0.9.2"
digest = "0.10.5"
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
concat-kdf = { version = "0.1.0" }
sha2 = "0.10.6"
sha3 = "0.10.5"
aes = "0.8.1"