Skip to content

Commit 2038e33

Browse files
ihermanmsporny
andauthored
Remov sha3 reference from the vocabulary table.
Co-authored-by: Manu Sporny <[email protected]>
1 parent 9db6fe3 commit 2038e33

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

index.html

+8-12
Original file line numberDiff line numberDiff line change
@@ -6978,17 +6978,17 @@ <h3>Vocabularies</h3>
69786978
<p>
69796979
Implementations that depend on RDF vocabulary processing MUST ensure that the
69806980
following vocabulary URLs used in the base context ultimately resolve to the
6981-
following files when loading the JSON-LD serializations, which are normative. Other semantically equivalent
6982-
serializations of the vocabulary files MAY be used by implementations.
6983-
Cryptographic hashes are provided for all the JSON-LD content to ensure that developers can
6984-
verify that the content of each file is correct.
6981+
following files when loading the JSON-LD serializations, which are normative.
6982+
Other semantically equivalent serializations of the vocabulary files MAY be used
6983+
by implementations. A cryptographic hash is provided for each JSON-LD document
6984+
to ensure that developers can verify that the content of each file is correct.
69856985
</p>
69866986

69876987
<table class="simple">
69886988
<thead>
69896989
<tr>
69906990
<th>URL</th>
6991-
<th>JSON-LD Content and Hashes</th>
6991+
<th>JSON-LD Documents and Hashes</th>
69926992
</tr>
69936993
</thead>
69946994
<tbody>
@@ -6999,8 +6999,6 @@ <h3>Vocabularies</h3>
69996999
<td>
70007000
https://www.w3.org/2018/credentials/index.jsonld<br><br>
70017001
sha256: `z52TgKqh2nqTCuACI8lCvhRdjwxQjeVmuOMCDCEijq4=`<br><br>
7002-
sha3-512: <code>m8Ss+jgZiyL2Ws/ICJcWjHFd9PccJWsXPvMatBOhrH<wbr>
7003-
h0qCBrzfgO2zO1OQQbTL7zoPgLseIbcxJJpunD2bkoRA==</code>
70047002
</td>
70057003
</tr>
70067004
<tr>
@@ -7010,18 +7008,16 @@ <h3>Vocabularies</h3>
70107008
<td>
70117009
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld<br><br>
70127010
sha256: `LEaoTyf796eTaSlYWjfPe3Yb+poCW9TjWYTbFDmC0tc=`<br><br>
7013-
sha3-512: <code>f4DhJ3xhT8nT+GZ8UUZi4QC+HT//wXE2fRTgUP4UNw<wbr>
7014-
e4kvel2PFfd6jcofHBm9BjwEiGzVFGv4K+fFTKXRD2NA==</code>
70157011
</td>
70167012
</tr>
70177013
</tbody>
70187014
</table>
70197015

70207016
<p>
70217017
It is possible to confirm the cryptographic digests listed above by running
7022-
a command like the following (replacing `&lt;DOCUMENT_URL>` and `&lt;DIGEST_ALGORITHM>`
7023-
with appropriate values) through a modern UNIX-like OS command line interface:
7024-
`curl -sL -H "Accept: application/ld+json" &lt;DOCUMENT_URL> | openssl dgst -&lt;DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a`
7018+
a command like the following, replacing `&lt;DOCUMENT_URL>`
7019+
with the appropriate value, through a modern UNIX-like OS command line interface:
7020+
`curl -sL -H "Accept: application/ld+json" &lt;DOCUMENT_URL> | openssl dgst -sha256 -binary | openssl base64 -nopad -a`
70257021
</p>
70267022

70277023
<p class="note"

0 commit comments

Comments
 (0)