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
.