Consolidate Schnorr code in FROST

This commit is contained in:
Luke Parker
2022-05-25 00:22:00 -04:00
parent d67d6f2f98
commit 1eaf2f897b
4 changed files with 132 additions and 71 deletions

View File

@@ -8,6 +8,8 @@ use group::{Group, GroupOps, ScalarMul};
pub use multiexp::multiexp_vartime;
mod schnorr;
pub mod key_gen;
pub mod algorithm;
pub mod sign;