botan ~master (2022-02-12T10:32:24.1966592)
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