Accumulator

This class is a core component of the Fortuna algorithm and is responsible for collecting and accumulating entropy from various sources.

Members

Functions

addEntropy
void addEntropy(in ubyte sourceID, in size_t pool, in ubyte[] data)

Multithreading aware version of addEntropy()

addEntropy
void addEntropy(in ubyte sourceID, in size_t pool, in ubyte[] data...)

Accumulate an entropy event.

extractEntropy
void extractEntropy(ubyte[] buf)

Multithreading aware version of extractEntropy()

extractEntropy
void extractEntropy(ubyte[] buf)

Properties

freshEntropyLength
uint freshEntropyLength [@property getter]

Meta