botan v1.12.12 (2020-01-26T16:00:04Z)
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