uselesskey-core-keypair-material 0.7.0

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
14
15
16
# uselesskey-core-keypair-material

Published-internal compatibility shim.

Shared PKCS#8/SPKI material helper ownership moved into `uselesskey-core`.
Existing imports from this crate remain available during the compatibility-shim
period:

```rust
use uselesskey_core_keypair_material::Pkcs8SpkiKeyMaterial;
```

Prefer the fixture-family crates (`uselesskey-rsa`, `uselesskey-ecdsa`,
`uselesskey-ed25519`) or the `uselesskey` facade for normal usage. The
canonical helper implementation now lives at
`uselesskey_core::srp::keypair_material`.