Crate concrete_csprng[][src]

Expand description

Cryptographically secure pseudo random number generator, that uses AES in CTR mode.

Welcome to the concrete-csprng documentation.

This crate contains a reasonably fast cryptographically secure pseudo-random number generator. The implementation is based on the AES blockcipher used in counter (CTR) mode, as presented in the ISO/IEC 18033-4 document.

Enums

RandomGenerator

The pseudorandom number generator.

Functions

set_soft_rdseed_secret

Sets the secret used to seed the software version of the prng.