SystemTickEntropySource

Generate entropy data with the system clock.

Members

Functions

collectEntropy
void collectEntropy()
Undocumented in source. Be warned that the author may not have intended to support it.
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

stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
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