Module reseeding

Source
Expand description

A wrapper around another PRNG that reseeds it after it generates a certain number of random bytes.

Structsยง

ReseedingCore ๐Ÿ”’
ReseedingRng
A wrapper around any PRNG that implements BlockRngCore, that adds the ability to reseed it.