FileEntropySource

Undocumented in source.

Constructors

this
this(string seedFile)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

collectEntropy
void collectEntropy()

Read entropy from file.

scheduleNext
uint scheduleNext()
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

start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
collectEntropy
void collectEntropy()

Collect entropy. Note: Implementation must call sendEntropyEvent(in ubyte[] buf) to send data to the accumulator.

scheduleNext
uint scheduleNext()
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
sendEntropyEvent
void sendEntropyEvent(ubyte[] buf)

use this method to send entropy to the accumulator

Meta