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

@@ -4,8 +4,7 @@ use rand_core::{RngCore, CryptoRng};
use sha2::{Digest, Sha512};
use ff::PrimeField;
use group::Group;
use group::{ff::PrimeField, Group};
use dalek_ff_group::Scalar;