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§
- Source
Info - Metadata about an entropy source.
- Source
State - Runtime state for a registered source in the pool.
Enums§
- Source
Category - Category of entropy source, used for classification and filtering.
Traits§
- Entropy
Source - Trait that every entropy source must implement.