mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 14:39:25 +00:00
Have Ciphersuite re-export Group
This commit is contained in:
@@ -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