EntropySource

This class provides a simple method to pass an entropy event to the accumulator of the PRNG algorithm. Namely: sendEntropyEvent()

Constructors

this
this()
Undocumented in source.

Members

Functions

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.
sendEntropyEvent
void sendEntropyEvent(ubyte[] buf)

use this method to send entropy to the accumulator

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

Properties

name
string name [@property getter]
Undocumented in source.

Meta