uselesskey-core-id 0.7.0

Core identity and derivation primitives for uselesskey.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# uselesskey-core-id

Published-internal compatibility shim.

Identity and derivation implementation ownership moved into `uselesskey-core`.
Existing imports from this crate remain available during the compatibility-shim
period:

```rust
use uselesskey_core_id::{ArtifactId, DerivationVersion, Seed};
```

Prefer `uselesskey-core` for supported extension work. The canonical identity
implementation now lives at `uselesskey_core::srp::identity`.