HighResolutionTimestamp

Entropy source using high resolution timers

@note Any results from timers are marked as not contributing entropy to the poll, as a local attacker could observe them directly.

final
static if(BOTAN_HAS_ENTROPY_SRC_HIGH_RESOLUTION_TIMER)
class HighResolutionTimestamp : EntropySource {}

Members

Functions

poll
void poll(EntropyAccumulator accum)
Undocumented in source. Be warned that the author may not have intended to support it.

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