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:
= { = "0.11", = false }
Links
License
Apache-2.0