Trait CryptoBlockRng

Source
pub trait CryptoBlockRng: BlockRngCore { }
Available on crate feature dep_rand_core only.
Expand description

A marker trait used to indicate that an RngCore implementation is supposed to be cryptographically secure.

See CryptoRng docs for more information.

Implementors§