Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

RngCore

Trait RngCore 

Source
pub trait RngCore: Rng { }
👎Deprecated since 0.10.0:

use Rng instead

Expand description

DEPRECATED: stub trait to print a deprecation warning and aid discovering that Rng is the replacement.

Implementors§

Source§

impl<R: Rng> RngCore for R