Expand description
This crate defines and implements an entropy generator, that is base on cryptographically secure PRNG. It uses an OS-specific entropy only to seed the CPRNG.
This create is #![no_std].
Modules§
- cprng_
entropy - Holds the implementation of the CPRNG entropy generator.
Type Aliases§
- Default
Entropy CPRNGEntropybacked byChaCha<20>algorithm.