Expand description
Implementation of the ChaCha CSPRNG algorithm. More details can be seen at https://en.wikipedia.org/wiki/Salsa20
Structs
An instance of the ChaCha random number generator. Seeded from the system entropy generator when available. This generator is theoretically cryptographically secure.