Replace FROST's ff/group usage with just group

This commit is contained in:
Luke Parker
2022-06-19 06:36:47 -04:00
parent 5da1b4fcf8
commit 382ff75455
10 changed files with 10 additions and 15 deletions

View File

@@ -5,8 +5,7 @@ use thiserror::Error;
use rand_core::{RngCore, CryptoRng};
use ff::{Field, PrimeField};
use group::{Group, GroupOps};
use group::{ff::{Field, PrimeField}, Group, GroupOps};
mod schnorr;