Skip to main content

KeygenRng

Trait KeygenRng 

Source
pub trait KeygenRng:
    Rng
    + CryptoRng
    + EntropicRng { }
Expand description

A random number generator for generating EncodableItems.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> KeygenRng for T
where T: Rng + CryptoRng + EntropicRng,