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.

Object Safety§

This trait is not object safe.

Implementors§