Skip to main content

Crate osom_lib_entropy_cprng

Crate osom_lib_entropy_cprng 

Source
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§

DefaultEntropy
CPRNGEntropy backed by ChaCha<20> algorithm.