mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Have Ciphersuite re-export Group
This commit is contained in:
@@ -3,11 +3,12 @@ use core::ops::Deref;
|
||||
use zeroize::Zeroizing;
|
||||
use rand_core::OsRng;
|
||||
|
||||
use group::{ff::Field, Group};
|
||||
use ciphersuite::{
|
||||
group::{ff::Field, Group},
|
||||
Ciphersuite, Ed25519,
|
||||
};
|
||||
use multiexp::BatchVerifier;
|
||||
|
||||
use ciphersuite::{Ciphersuite, Ed25519};
|
||||
|
||||
use crate::{
|
||||
SchnorrSignature,
|
||||
aggregate::{SchnorrAggregator, SchnorrAggregate},
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
|
||||
use sha2::{Digest, Sha512};
|
||||
|
||||
use group::GroupEncoding;
|
||||
use dalek_ff_group::Scalar;
|
||||
use ciphersuite::{Ciphersuite, Ed25519};
|
||||
use ciphersuite::{group::GroupEncoding, Ciphersuite, Ed25519};
|
||||
|
||||
use crate::SchnorrSignature;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user