uselesskey-entropy
Deterministic high-entropy byte fixtures built on uselesskey-core.
Use this crate when tests need stable byte buffers without pulling in RSA, X.509, PGP, or token-shape helpers.
use Factory;
use EntropyFactoryExt;
let fx = deterministic_from_str;
let bytes = fx.entropy.bytes;
assert_eq!;