core-identity 0.11.0

Identity management and DID resolution for P47H
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# core-identity


Identity management and DID resolution for P47H.

Ed25519 key generation, signing, verification, and pluggable `TrustAnchorSigner` abstraction.

## Features


- **`std`** (default) — enables `secrecy` for protected key storage
- Without `std`: genuine `#![no_std]` with `alloc`, builds for `thumbv7em-none-eabi`

## License


Apache-2.0