Module zappot::util::aes_rng

source ·

Structs§

  • This uses AES in a counter-mode-esque way, but with the counter always starting at zero. When used as a PRNG this is okay [TODO: citation?].
  • The core of AesRng, used with BlockRng.