//! Identity management — creation, derivation, rotation.
//!//! The identity module provides the core `IdentityAnchor` type
//! which is the root of an agent's cryptographic identity.
pubmodanchor;pubuseanchor::{
Attestation, AttestationClaim, IdentityAnchor, IdentityDocument, IdentityId, KeyRotation,
PublicKeyRotation, RotationReason,};