Start modularizing FROST tests as per https://github.com/serai-dex/serai/issues/9

This commit is contained in:
Luke Parker
2022-05-25 00:28:57 -04:00
parent 1eaf2f897b
commit 868a63a6b2
7 changed files with 182 additions and 52 deletions

View File

@@ -0,0 +1,2 @@
mod secp256k1;
mod schnorr;