EntropySource

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

Members

Functions

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