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ยง
- Deterministic
Entropy Source - Deterministic entropy source for testing
- Entropy
Source Factory - Entropy source factory
- Hardware
Entropy Source - Hardware random number generator entropy source
- OsEntropy
Source - Operating system entropy source
- User
Entropy Source - User-provided entropy source