Expand description
SPARQL-DID Integration
Zero-allocation implementation of DID extension functions for SPARQL. Implements Appendix B of the SPARQL-DID Integration Specification.
Structs§
- DIDResolver
- Human-readable DID resolver.
- DidCache
Entry - DID cache entry (fixed-size array for zero-allocation)
- DidPermission
Result - DID permission check result
- DidResolution
Pointer - DID resolution result for the SPARQL ABI layer.
- DidResolution
Result - DID resolution result (human-readable, string-based).
- DidVerification
Result - DID signature verification result
- Sparql
DidHandler - SPARQL-DID Handler
Functions§
- did_
auth - did:auth - Authenticate with DID
- did_
permission - did:permission - Check DID permission
- did_
resolve - DID extension functions (Appendix B) These are assigned to 0x0 standard dictionary type prefix during planning to identify them as Magic Property Functions did:resolve - Resolve DID to Document
- did_
sign - did:sign - Sign with DID
- did_
verify - did:verify - Verify DID signature