Skip to main content

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§