botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
EntropySource
botan
entropy
entropy_src
Abstract interface to a source of entropy
interface
EntropySource {
string
name
[@property getter];
void
poll
(EntropyAccumulator accum);
}
Members
Functions
poll
void
poll
(EntropyAccumulator accum)
Perform an entropy gathering poll
Properties
name
string
name
[@property getter]
Meta
Source
See Implementation
botan
entropy
entropy_src
interfaces
EntropySource
structs
EntropyAccumulator
Abstract interface to a source of entropy