zappot
0.1.0
Module aes_rng
Structs
In zappot::util
?
Settings
Module
zappot
::
util
::
aes_rng
Copy item path
source
·
[
−
]
Structs
§
AesRng
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?].
AesRngCore
The core of
AesRng
, used with
BlockRng
.