uselesskey-core-keypair-material 0.5.1

PKCS#8/SPKI key-material helpers shared by key fixture crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# uselesskey-core-keypair-material

Reusable PKCS#8/SPKI key-material helpers for `uselesskey` fixture crates.

This microcrate owns the shared helper surface used by RSA/ECDSA/Ed25519
fixture generation:

- PKCS#8 and SPKI accessors
- tempfile sinks for PEM outputs
- deterministic negative fixture helpers
- stable `kid` derivation from SPKI bytes

It is intentionally small and narrowly scoped for SRP.