uselesskey-core-seed
Seed parsing and redaction primitives shared across uselesskey crates.
Purpose
- Parse user-provided seed inputs (
hexor free-form string) into 32 bytes. - Keep
Debugoutput redacted so logs cannot leak seed material. - Provide a small, reusable seed type for deterministic fixture systems.