CryptoBlockRng

Trait CryptoBlockRng 

Source
pub trait CryptoBlockRng: BlockRngCore { }
Expand description

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

See CryptoRng docs for more information.

Implementations on Foreign Types§

Source§

impl CryptoBlockRng for ChaCha8Core

Source§

impl CryptoBlockRng for ChaCha12Core

Source§

impl CryptoBlockRng for ChaCha20Core

Implementors§