DeviceEntropySource

Entropy source reading from kernel devices like /dev/random

version(Posix)
final
static if(BOTAN_HAS_ENTROPY_SRC_DEV_RANDOM)
class DeviceEntropySource : EntropySource {}

Constructors

this
this(Vector!string fsnames)

Device_EntropySource constructor Open a file descriptor to each (available) device in fsnames

Destructor

~this
~this()
Undocumented in source.

Members

Functions

poll
void poll(EntropyAccumulator accum)

Gather entropy from a RNG device

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EntropySource

name
string name [@property getter]
poll
void poll(EntropyAccumulator accum)

Perform an entropy gathering poll

Meta