@@ -6978,17 +6978,17 @@ <h3>Vocabularies</h3>
6978
6978
< p >
6979
6979
Implementations that depend on RDF vocabulary processing MUST ensure that the
6980
6980
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.
6985
6985
</ p >
6986
6986
6987
6987
< table class ="simple ">
6988
6988
< thead >
6989
6989
< tr >
6990
6990
< th > URL</ th >
6991
- < th > JSON-LD Content and Hashes</ th >
6991
+ < th > JSON-LD Documents and Hashes</ th >
6992
6992
</ tr >
6993
6993
</ thead >
6994
6994
< tbody >
@@ -6999,8 +6999,6 @@ <h3>Vocabularies</h3>
6999
6999
< td >
7000
7000
https://www.w3.org/2018/credentials/index.jsonld< br > < br >
7001
7001
sha256: `z52TgKqh2nqTCuACI8lCvhRdjwxQjeVmuOMCDCEijq4=`< br > < br >
7002
- sha3-512: < code > m8Ss+jgZiyL2Ws/ICJcWjHFd9PccJWsXPvMatBOhrH< wbr >
7003
- h0qCBrzfgO2zO1OQQbTL7zoPgLseIbcxJJpunD2bkoRA==</ code >
7004
7002
</ td >
7005
7003
</ tr >
7006
7004
< tr >
@@ -7010,18 +7008,16 @@ <h3>Vocabularies</h3>
7010
7008
< td >
7011
7009
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld< br > < br >
7012
7010
sha256: `LEaoTyf796eTaSlYWjfPe3Yb+poCW9TjWYTbFDmC0tc=`< br > < br >
7013
- sha3-512: < code > f4DhJ3xhT8nT+GZ8UUZi4QC+HT//wXE2fRTgUP4UNw< wbr >
7014
- e4kvel2PFfd6jcofHBm9BjwEiGzVFGv4K+fFTKXRD2NA==</ code >
7015
7011
</ td >
7016
7012
</ tr >
7017
7013
</ tbody >
7018
7014
</ table >
7019
7015
7020
7016
< p >
7021
7017
It is possible to confirm the cryptographic digests listed above by running
7022
- a command like the following ( replacing `<DOCUMENT_URL> ` and `<DIGEST_ALGORITHM > `
7023
- with appropriate values) through a modern UNIX-like OS command line interface:
7024
- `curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM > -binary | openssl base64 -nopad -a`
7018
+ a command like the following, replacing `<DOCUMENT_URL> `
7019
+ with the appropriate value, through a modern UNIX-like OS command line interface:
7020
+ `curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -sha256 -binary | openssl base64 -nopad -a`
7025
7021
</ p >
7026
7022
7027
7023
< p class ="note "
0 commit comments