Skip to main content

Module source

Module source 

Source
Expand description

Abstract entropy source trait and runtime state.

Every entropy source implements the EntropySource trait, which provides metadata via SourceInfo, availability checking, and raw sample collection.

Structs§

SourceInfo
Metadata about an entropy source.
SourceState
Runtime state for a registered source in the pool.

Enums§

SourceCategory
Category of entropy source, used for classification and filtering.

Traits§

EntropySource
Trait that every entropy source must implement.