Skip to main content

CryptoRng

Trait CryptoRng 

Source
pub trait CryptoRng: RngCore { }
Expand description

Marker for generators suitable for cryptographic use.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<R: CryptoRng + ?Sized> CryptoRng for &mut R

Implementors§