diff --git a/index.html b/index.html index 8b37def..e10fa5b 100644 --- a/index.html +++ b/index.html @@ -359,28 +359,17 @@

Proof Representations

DataIntegrityProof

-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 +Proofs section +of [[VC-DATA-INTEGRITY]] with the following restrictions.

-

-The `type` property of the proof MUST be `DataIntegrityProof`. +The `type` property MUST be `DataIntegrityProof`.

The `cryptosuite` property of the proof MUST be `eddsa-rdfc-2022` or `eddsa-jcs-2022`.

-The `created` property of the proof MUST be an [[XMLSCHEMA11-2]] -formatted date string. -

-

-The `proofPurpose` property of the proof MUST be a string, and MUST -match the verification relationship expressed by the verification method -`controller`. -

-

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