mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Reorganize FROST's handling of curves
This commit is contained in:
@@ -3,9 +3,8 @@ use std::{marker::Send, sync::Arc, collections::HashMap};
|
||||
use async_trait::async_trait;
|
||||
use thiserror::Error;
|
||||
|
||||
use frost::{Curve, FrostError, MultisigKeys, sign::PreprocessMachine};
|
||||
|
||||
use transcript::RecommendedTranscript;
|
||||
use frost::{curve::Curve, FrostError, MultisigKeys, sign::PreprocessMachine};
|
||||
|
||||
mod coins;
|
||||
mod wallet;
|
||||
|
||||
Reference in New Issue
Block a user