Trait linera_base::crypto::CryptoRng

source ·
pub trait CryptoRng: CryptoRng + RngCore + Send + Sync { }
Expand description

Wrapper around rand::CryptoRng and rand::RngCore.

Trait Implementations§

source§

impl From<Option<u64>> for Box<dyn CryptoRng>

source§

fn from(seed: Option<u64>) -> Self

Converts to this type from the input type.

Implementors§