Skip to main content

Module entropy

Module entropy 

Source
Expand description

Entropy sources for DRBG seeding on embedded and hosted targets.

Structs§

StdEntropy
OS randomness via getrandom when std is enabled.
TestEntropySource
Deterministic bytes for unit tests only.

Traits§

EntropySource
Fills dst with unpredictable bytes suitable for cryptographic seeding.