mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Replace FROST's ff/group usage with just group
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user