mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Reorganize FROST's handling of curves
This commit is contained in:
@@ -10,8 +10,7 @@ use curve25519_dalek::{
|
||||
};
|
||||
|
||||
use transcript::{Transcript, RecommendedTranscript};
|
||||
use frost::curves::Curve;
|
||||
pub use frost::curves::dalek::Ed25519;
|
||||
use frost::curve::{Curve, Ed25519};
|
||||
use dalek_ff_group as dfg;
|
||||
|
||||
use crate::random_scalar;
|
||||
|
||||
Reference in New Issue
Block a user