core-identity 0.11.1

Identity management and DID resolution for P47H
Documentation

core-identity

Ed25519 identity management for decentralized systems.

Provides key generation, DID derivation, signing, and verification. Includes a pluggable TrustAnchorSigner / TrustAnchorVerifier trait abstraction for swappable signing backends (single-key Ed25519 shipped; FROST threshold placeholder for future use).

no_std support

This crate is #![no_std] compatible with alloc. Verified on thumbv7em-none-eabi.

The default std feature enables secrecy-protected key storage. Disable default features for embedded targets:

core-identity = { version = "0.11", default-features = false }

Links

License

Apache-2.0