mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
6 lines
125 B
Rust
6 lines
125 B
Rust
|
|
#![cfg_attr(not(feature = "std"), no_std)]
|
||
|
|
|
||
|
|
pub use ciphersuite::*;
|
||
|
|
#[cfg(feature = "ed25519")]
|
||
|
|
use dalek_ff_group::Ed25519;
|