Skip to main content

Module entropy

Module entropy 

Source
Expand description

Entropy source implementations

This module provides various entropy source implementations for different platforms and use cases, including OS entropy, hardware RNGs, and deterministic sources for testing.

Structsยง

DeterministicEntropySource
Deterministic entropy source for testing
EntropySourceFactory
Entropy source factory
HardwareEntropySource
Hardware random number generator entropy source
OsEntropySource
Operating system entropy source
UserEntropySource
User-provided entropy source