Crate rand_chacha

source ·
Expand description

The ChaCha random number generator.

Re-exports

Modules

  • chacha 🔒
    The ChaCha random number generator.
  • guts 🔒
    The ChaCha random number generator.

Structs

  • ChaCha with 8 rounds
  • A cryptographically secure random number generator that uses the ChaCha algorithm.
  • ChaCha with 12 rounds
  • A cryptographically secure random number generator that uses the ChaCha algorithm.
  • ChaCha with 20 rounds
  • A cryptographically secure random number generator that uses the ChaCha algorithm.

Type Aliases