Expand description
High-entropy byte fixtures built on uselesskey-core.
This crate is the narrow public lane for tests that only need stable, scanner-safe byte buffers and do not need real crypto semantics.
Most users can depend on the uselesskey
facade crate with default-features = false, features = ["entropy"].
Structs§
- Entropy
Fixture - Handle used to derive deterministic high-entropy byte fixtures.
Constants§
- DOMAIN_
ENTROPY_ FIXTURE - Cache domain for entropy fixtures.
Traits§
- Entropy
Factory Ext - Extension trait to hang entropy helpers off the core
Factory.