idprova-core
Core library for the IDProva protocol -- AI agent identity, delegation, and audit.
Provides:
- Agent Identity Documents (AIDs) with Ed25519 key pairs
- Delegation Attestation Tokens (DATs) for scoped capability delegation
- Hash-chained audit receipts (BLAKE3)
- RBAC constraint engine with policy evaluation
- Post-quantum readiness hooks
Usage
[]
= "0.1"
use AgentIdentityDocument;
let aid = generate?;
License
Apache-2.0