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§

Platform
Target platform for an entropy source.
Requirement
Hardware/software requirement for an entropy source.
SourceCategory
Category of entropy source based on physical mechanism.

Traits§

EntropySource
Trait that every entropy source must implement.