Trait linera_sdk::linera_base_types::CryptoRng
source · pub trait CryptoRng: CryptoRng + RngCore + Send + Sync { }
Expand description
Wrapper around rand::CryptoRng
and rand::RngCore
.
pub trait CryptoRng: CryptoRng + RngCore + Send + Sync { }
Wrapper around rand::CryptoRng
and rand::RngCore
.