OpenAgentID documentation
Source referencesPackage entries

aegis-keys (Rust)

AEGIS key management framework — generation, MPC, TEE, derivation, rotation, recovery

Purpose

AEGIS key management framework — generation, MPC, TEE, derivation, rotation, recovery

Read the aegis verification guide.

Source contract

FieldValue
Packageaegis-keys
Version0.2.0
LanguageRust
Runtime floor1.85
Manifestaegis/aegis-keys/Cargo.toml
DistributionSource package; registry publication not verified

Manifest SHA-256: 6c123be2e94880949e526eba001e3453a79d3487df193164882f55036521832d. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.

Integration

Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.

Exported entry points

The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.

aegis/aegis-keys/src/lib.rs

Source SHA-256: c19c72128fbfcee36aad4232c4ce0414a1896bb0ab18984d3cd405ab4d1ce947.

pub mod derivation;
pub mod generation;
pub mod recovery;
pub mod rotation;
pub mod storage;
pub mod threshold;
pub use derivation::{derivation_path, derive_lineage_key};
pub use generation::{EncryptedKey, KeyGenerator, ManagedKey};
pub use recovery::{GuardianAuthorization, RecoveryCeremony};
pub use rotation::{KeyRotation, RotationRequest, RotationResult};
pub use storage::{InMemoryKeyStore, KeyStore};
pub use threshold::{generate_shares, sign_with_threshold, verify_threshold_signature};

Module signatures and options

Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.

On this page