EntropySource

Interface for implementing entropy sources.

Members

Functions

poll
Nullable!ubyte poll(ubyte[maxGather] output)

Poll the entropy source.

Properties

size
ushort size [@property getter]
size
ushort size [@property setter]
strong
bool strong [@property getter]
threshold
ubyte threshold [@property getter]

Variables

size_
ushort size_;

Amount of already generated entropy.

Meta