mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update ciphersuite/dkg MSRVs
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
|
||||
use core::fmt::Debug;
|
||||
#[cfg(any(feature = "alloc", feature = "std"))]
|
||||
use std_shims::io::{self, Read};
|
||||
#[allow(unused_imports)]
|
||||
use std_shims::{
|
||||
prelude::*,
|
||||
io::{self, Read},
|
||||
};
|
||||
|
||||
use rand_core::{RngCore, CryptoRng};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user