You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
For ACDCs to be considered a viable format for a Verifiable Proof the addition of an optional p block within the attribute block, comprised of a d digest (of the block) field, c cargo field, a digest of a W3C VC Data Model compliant credential, and optional schema field s schema field.
{
"v": "ACDC...",
...
"a" : {
...
"p": {
"d": "<Digest of payload block>",
"c": "<Digest of payload>"
"s": "<SAID of Schema>"
}
}
}
m00sey
changed the title
Addition of payload attribute to support ACDCs as a container for w3c credentials
Addition of payload attribute to support ACDCs as a verifable presentation for w3c credentials
Feb 15, 2023
m00sey
changed the title
Addition of payload attribute to support ACDCs as a verifable presentation for w3c credentials
Addition of payload attribute to support ACDCs as a verifable presentation for w3c VC Data Model
Feb 15, 2023
m00sey
changed the title
Addition of payload attribute to support ACDCs as a verifable presentation for w3c VC Data Model
Addition of payload attribute to support ACDCs as a verifable presentation for W3C VC Data Model
Feb 15, 2023
m00sey
changed the title
Addition of payload attribute to support ACDCs as a verifable presentation for W3C VC Data Model
Addition of payload attribute to support ACDCs as a Verifable Proof for W3C VC Data Model
Feb 15, 2023
m00sey
changed the title
Addition of payload attribute to support ACDCs as a Verifable Proof for W3C VC Data Model
Addition of payload attribute to support ACDCs as a Verifiable Proof for W3C VC Data Model
Feb 15, 2023
m00sey
changed the title
Addition of payload attribute to support ACDCs as a Verifiable Proof for W3C VC Data Model
Addition of payload attribute to support ACDCs as a Verifiable Proof for W3C VC Data Model credentials
Feb 16, 2023
For ACDCs to be considered a viable format for a Verifiable Proof the addition of an optional
p
block within the attribute block, comprised of ad
digest (of the block) field,c
cargo field, a digest of a W3C VC Data Model compliant credential, and optional schema fields
schema field.potential schema update:
The text was updated successfully, but these errors were encountered: