Go to the source code of this file.
Classes | |
| class | YAPET::PWGEN::RNG |
| class for interfacing random number generators. More... | |
Namespaces | |
| namespace | YAPET |
Namespace for cryptographic stuff. | |
| namespace | YAPET::PWGEN |
Namespace for pwgen. | |
Enumerations | |
| enum | YAPET::PWGEN::RNGENGINE { YAPET::PWGEN::DEVRANDOM = (1 << 0), YAPET::PWGEN::DEVURANDOM = (1 << 1), YAPET::PWGEN::LRAND48 = (1 << 2), YAPET::PWGEN::RAND = (1 << 3), YAPET::PWGEN::AUTO = (1 << 4), YAPET::PWGEN::NONE = 0 } |
1.7.1