Classes | Namespaces | Enumerations

yapet/pwgen/rng.h File Reference

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
}