aegis-delegate (Rust)
AEGIS delegation and authority model — delegation trees, session keys, scope constraints
Purpose
AEGIS delegation and authority model — delegation trees, session keys, scope constraints
Read the aegis verification guide.
Source contract
| Field | Value |
|---|---|
| Package | aegis-delegate |
| Version | 0.2.0 |
| Language | Rust |
| Runtime floor | 1.85 |
| Manifest | aegis/aegis-delegate/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 861b8fa964305bf7f14ef968b3016e8ebba0d875572d4982aa02e3bf86c3b055. 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-delegate/src/lib.rs
Source SHA-256: adf9fb968b0e47f2f75c16d0639492179568b181572a17f794496e7046a5c654.
pub mod delegation_store;
pub mod proof;
pub mod revocation;
pub mod scope;
pub mod session_key;
pub mod store;
pub mod tree;
pub use delegation_store::{DelegationStore, InMemoryDelegationStore};
pub use store::{InMemoryRevocationStore, RevocationStore};Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.