mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Reorganize FROST's handling of curves
This commit is contained in:
@@ -7,7 +7,8 @@ use group::ff::{Field, PrimeField};
|
||||
use multiexp::{multiexp_vartime, BatchVerifier};
|
||||
|
||||
use crate::{
|
||||
Curve, MultisigParams, MultisigKeys, FrostError,
|
||||
curve::Curve,
|
||||
FrostError, MultisigParams, MultisigKeys,
|
||||
schnorr::{self, SchnorrSignature},
|
||||
validate_map
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user