Expand description
§acdp-did — DID resolution for the Agent Context Distribution Protocol
did:web (HTTPS-resolved, SSRF-guarded, LRU-cached) and did:key
(pure) support per RFC-ACDP-0001 §5.11. v0.1.0 producers MUST use
did:web.
Re-exports§
pub use document::AssertionMethodRef;pub use document::DidDocument;pub use document::VerificationMethod;pub use key::did_key_from_ed25519;pub use key::did_key_from_p256_sec1;pub use key::did_key_url;pub use key::resolve_did_key;pub use key::resolve_did_key_url;pub use key::DidKeyMaterial;pub use web::did_web_to_url;