mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Have Ciphersuite re-export Group
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
use digest::Digest;
|
||||
|
||||
use group::GroupEncoding;
|
||||
|
||||
use minimal_ed448::{Scalar, Point};
|
||||
|
||||
pub use ciphersuite::{Shake256_114, Ed448};
|
||||
pub use ciphersuite::{group::GroupEncoding, Shake256_114, Ed448};
|
||||
|
||||
use crate::{curve::Curve, algorithm::Hram};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user