Skip to content

Commit 869ebeb

Browse files
committed
Remove normative text and examples related to digestMultibase.
1 parent b1e5ed6 commit 869ebeb

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

index.html

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,16 +3180,10 @@ <h2>Integrity of Related Resources</h2>
31803180
One or more cryptographic digests, as defined in [[[SRI]]].
31813181
</td>
31823182
</tr>
3183-
<tr>
3184-
<td>`digestMultibase`</td>
3185-
<td>
3186-
One or more cryptographic digests, as defined in [[[VC-DATA-INTEGRITY]]].
3187-
</td>
3188-
</tr>
31893183
</tbody>
31903184
</table>
31913185
Each object associated with `relatedResource` MUST contain at least a
3192-
`digestSRI` or `digestMultibase` value.
3186+
`digestSRI` value.
31933187
</dd>
31943188
</dl>
31953189

@@ -3217,7 +3211,7 @@ <h2>Integrity of Related Resources</h2>
32173211
<p>
32183212
Any object in the [=verifiable credential=] that contains an `id`
32193213
property MAY be annotated with integrity information by adding the
3220-
`digestSRI` or `digestMultibase` and `mediaType` properties.
3214+
`digestSRI` and `mediaType` properties.
32213215
</p>
32223216

32233217
<p>
@@ -3273,18 +3267,6 @@ <h2>Integrity of Related Resources</h2>
32733267
integrity protected image.
32743268
</p>
32753269

3276-
<pre class="example nohighlight"
3277-
title="An integrity-protected image that is associated with a credentialSubject">
3278-
"credentialSubject": {
3279-
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
3280-
"image": {
3281-
"id": "https://university.example.org/images/58473",
3282-
"mediaType": "application/svg+xml",
3283-
"digestMultibase": "zQmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n"
3284-
},
3285-
...
3286-
}
3287-
</pre>
32883270
</section>
32893271

32903272
<section>

0 commit comments

Comments
 (0)