mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 20:59:23 +00:00
Merge branch 'next' into next-polkadot-sdk
This commit is contained in:
@@ -3,8 +3,7 @@ use std::collections::HashSet;
|
||||
|
||||
use blake2::{digest::typenum::U32, Digest, Blake2b};
|
||||
use ciphersuite::group::GroupEncoding;
|
||||
use dalek_ff_group::Ristretto;
|
||||
use frost::dkg::ThresholdKeys;
|
||||
use frost::{dkg::ThresholdKeys, curve::Ristretto};
|
||||
|
||||
use serai_primitives::{validator_sets::Session, instructions::SignedBatch};
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
use core::future::Future;
|
||||
|
||||
use dalek_ff_group::Ristretto;
|
||||
use frost::dkg::ThresholdKeys;
|
||||
use frost::{dkg::ThresholdKeys, curve::Ristretto};
|
||||
|
||||
use serai_primitives::{crypto::Signature, validator_sets::Session};
|
||||
|
||||
|
||||
@@ -7,9 +7,8 @@ use std::collections::HashMap;
|
||||
|
||||
use zeroize::Zeroizing;
|
||||
|
||||
use ciphersuite::{group::GroupEncoding, Ciphersuite};
|
||||
use dalek_ff_group::Ristretto;
|
||||
use frost::dkg::ThresholdKeys;
|
||||
use ciphersuite::{group::GroupEncoding, *};
|
||||
use frost::{dkg::ThresholdKeys, curve::Ristretto};
|
||||
|
||||
use serai_primitives::{
|
||||
crypto::Signature,
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
use core::{marker::PhantomData, future::Future};
|
||||
|
||||
use dalek_ff_group::Ristretto;
|
||||
use frost::dkg::ThresholdKeys;
|
||||
use frost::{dkg::ThresholdKeys, curve::Ristretto};
|
||||
|
||||
use serai_primitives::{crypto::Signature, validator_sets::Session};
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@ use std::{
|
||||
|
||||
use rand_core::{RngCore, CryptoRng};
|
||||
|
||||
use dalek_ff_group::Ristretto;
|
||||
use frost::{
|
||||
dkg::{Participant, ThresholdKeys},
|
||||
curve::Ristretto,
|
||||
FrostError,
|
||||
algorithm::Algorithm,
|
||||
sign::*,
|
||||
|
||||
Reference in New Issue
Block a user