RDRandEntropySource

Generate entropy data with intel rdrand instruction.

@safe
class RDRandEntropySource : 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