Module flow_sdk::algorithms::secp256k1::rand::rngs::adapter[][src]

Expand description

Wrappers / adapters forming RNGs

Structs

An RNG that reads random bytes straight from any type supporting std::io::Read, for example files.

A wrapper around any PRNG that implements BlockRngCore, that adds the ability to reseed it.