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

@@ -3,7 +3,7 @@ use std::collections::HashMap;
use rand_core::{RngCore, CryptoRng};
use ff::{Field, PrimeField};
use group::ff::{Field, PrimeField};
use multiexp::{multiexp_vartime, BatchVerifier};