Add FROST Ed25519 test vectors

This commit is contained in:
Luke Parker
2022-06-03 03:56:17 -04:00
parent b4cd29f49a
commit f8d127bf8a
5 changed files with 102 additions and 22 deletions

View File

@@ -40,4 +40,5 @@ experimental = []
multisig = ["ff", "group", "rand_chacha", "transcript", "frost", "dalek-ff-group"]
[dev-dependencies]
sha2 = "0.10"
tokio = { version = "1", features = ["full"] }