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

@@ -16,7 +16,6 @@ pub struct Vectors {
pub msg: &'static str,
pub included: &'static [u16],
pub nonces: &'static [[&'static str; 2]],
pub binding: &'static str,
pub sig_shares: &'static [&'static str],
pub sig: String
}