uselesskey-core-seed 0.2.0

Seed parsing and redaction primitives for uselesskey.
Documentation
1
2
3
4
5
6
7
8
9
# uselesskey-core-seed

Seed parsing and redaction primitives shared across `uselesskey` crates.

## Purpose

- Parse user-provided seed inputs (`hex` or free-form string) into 32 bytes.
- Keep `Debug` output redacted so logs cannot leak seed material.
- Provide a small, reusable seed type for deterministic fixture systems.