openentropy-core
Core Rust library for OpenEntropy.
openentropy-core provides entropy collection and conditioning primitives:
- Source discovery (
detect_available_sources) - Multi-source pool (
EntropyPool) - Output conditioning (
raw,von_neumann,sha256) - Health reporting and source metadata
Install
[]
= "0.5.1"
Example
use EntropyPool;
let pool = auto;
let bytes = pool.get_random_bytes;
assert_eq!;