SystemTickEntropySource

Generate entropy data with the system clock.

@safe
class SystemTickEntropySource : EntropySource {}

Inherited Members

From EntropySource

collectEntropy
void collectEntropy()

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

sendEntropyEvent
void sendEntropyEvent(in ubyte[] buf)

use this method to send entropy to the accumulator

Meta