crypto/crypto/prng/fortuna library
Classes
- FortunaPRNG
-
The
FortunaPRNG
class represents an implementation of the Fortuna pseudorandom number generator (PRNG) algorithm.
Typedefs
-
GenerateRandom
= List<
int> Function(int length) -
The
GenerateRandom
typedef defines a function signature for generating random data with a specified length.