Add integration test

This commit is contained in:
Jon Staab
2026-02-19 16:44:12 -08:00
parent 77bd576c0a
commit 1f9670e6df
6 changed files with 500 additions and 22 deletions
+7
View File
@@ -135,6 +135,7 @@ dependencies = [
name = "frost-taproot"
version = "0.1.0"
dependencies = [
"hex",
"k256",
"rand",
"sha2",
@@ -175,6 +176,12 @@ dependencies = [
"subtle",
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hmac"
version = "0.12.1"