prng_state
extern (C) nothrow
union prng_state {
}
Members
- dummy
char[1] dummy;
Undocumented in source.
- fortuna
fortuna_prng fortuna;
Undocumented in source.
- rc4
rc4_prng rc4;
Undocumented in source.
- sober128
sober128_prng sober128;
Undocumented in source.
- yarrow
yarrow_prng yarrow;
Undocumented in source.
tomcrypt prng
functionsstatic variablesstructsunions