pub trait CryptoRng: Rng { }Expand description
Marker trait for cryptographically secure random number generators
Types implementing this trait are suitable for cryptographic operations such as key generation, nonce generation, and signature operations.