dcrypt.crypto.random.fortuna.fortuna

Undocumented in source.

Public Imports

dcrypt.crypto.random.drng
public import dcrypt.crypto.random.drng;
dcrypt.crypto.blockcipher
public import dcrypt.crypto.blockcipher;
dcrypt.crypto.digest
public import dcrypt.crypto.digest;

Members

Aliases

Fortuna
alias Fortuna = FortunaCore!(FortunaGenerator!(AES, SHA256))
Undocumented in source.
FortunaRNG
alias FortunaRNG = WrapperPRNG!Fortuna

OOP wrapper

Functions

addEntropy
void addEntropy(ubyte sourceID, size_t pool, ubyte[] seed)

Add real entropy to the global accumulator.

Meta