This class provides a simple method to pass an entropy event to the accumulator of the PRNG algorithm. Namely: sendEntropyEvent()
Collect entropy. Note: Implementation must call sendEntropyEvent(in ubyte[] buf) to send data to the accumulator.
use this method to send entropy to the accumulator
See Implementation
This class provides a simple method to pass an entropy event to the accumulator of the PRNG algorithm. Namely: sendEntropyEvent()