Skip to content

Commit

Permalink
Merge branch 'main' into add-proof-options
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg authored Jul 15, 2024
2 parents 336d23f + 7c42917 commit 9488ae7
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,28 +359,17 @@ <h3>Proof Representations</h3>
<h4>DataIntegrityProof</h4>

<p>
The `verificationMethod` property of the proof MUST be a URL.
Dereferencing the `verificationMethod` MUST result in an object
containing a `type` property with the value set to
`Multikey`.
A proof contains the attributes specified in the
<a href="https://www.w3.org/TR/vc-data-integrity/#proofs">Proofs section</a>
of [[VC-DATA-INTEGRITY]] with the following restrictions.
</p>

<p>
The `type` property of the proof MUST be `DataIntegrityProof`.
The `type` property MUST be `DataIntegrityProof`.
</p>
<p>
The `cryptosuite` property of the proof MUST be `eddsa-rdfc-2022` or `eddsa-jcs-2022`.
</p>
<p>
The `created` property of the proof MUST be an [[XMLSCHEMA11-2]]
formatted date string.
</p>
<p>
The `proofPurpose` property of the proof MUST be a string, and MUST
match the verification relationship expressed by the verification method
`controller`.
</p>
<p>
The `proofValue` property of the proof MUST be a detached EdDSA
produced according to [[RFC8032]], encoded using the base-58-btc header and
alphabet as described in the
Expand Down

0 comments on commit 9488ae7

Please sign in to comment.