Skip to main content

Crate uselesskey_entropy

Crate uselesskey_entropy 

Source
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§

EntropyFixture
Handle used to derive deterministic high-entropy byte fixtures.

Constants§

DOMAIN_ENTROPY_FIXTURE
Cache domain for entropy fixtures.

Traits§

EntropyFactoryExt
Extension trait to hang entropy helpers off the core Factory.