diff --git a/index.html b/index.html index c738ce34f..1c2000d01 100644 --- a/index.html +++ b/index.html @@ -6978,17 +6978,17 @@

Vocabularies

Implementations that depend on RDF vocabulary processing MUST ensure that the following vocabulary URLs used in the base context ultimately resolve to the -following files when loading the JSON-LD serializations, which are normative. Other semantically equivalent -serializations of the vocabulary files MAY be used by implementations. -Cryptographic hashes are provided for all the JSON-LD content to ensure that developers can -verify that the content of each file is correct. +following files when loading the JSON-LD serializations, which are normative. +Other semantically equivalent serializations of the vocabulary files MAY be used +by implementations. A cryptographic hash is provided for each JSON-LD document +to ensure that developers can verify that the content of each file is correct.

- + @@ -6999,8 +6999,6 @@

Vocabularies

@@ -7010,8 +7008,6 @@

Vocabularies

@@ -7019,9 +7015,9 @@

Vocabularies

It is possible to confirm the cryptographic digests listed above by running -a command like the following (replacing `<DOCUMENT_URL>` and `<DIGEST_ALGORITHM>` -with appropriate values) through a modern UNIX-like OS command line interface: -`curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -<DIGEST_ALGORITHM> -binary | openssl base64 -nopad -a` +a command like the following, replacing `<DOCUMENT_URL>` +with the appropriate value, through a modern UNIX-like OS command line interface: +`curl -sL -H "Accept: application/ld+json" <DOCUMENT_URL> | openssl dgst -sha256 -binary | openssl base64 -nopad -a`

URLJSON-LD Content and HashesJSON-LD Documents and Hashes
https://www.w3.org/2018/credentials/index.jsonld

sha256: `z52TgKqh2nqTCuACI8lCvhRdjwxQjeVmuOMCDCEijq4=`

-sha3-512: m8Ss+jgZiyL2Ws/ICJcWjHFd9PccJWsXPvMatBOhrH -h0qCBrzfgO2zO1OQQbTL7zoPgLseIbcxJJpunD2bkoRA==
https://w3c.github.io/vc-data-integrity/vocab/security/vocabulary.jsonld

sha256: `LEaoTyf796eTaSlYWjfPe3Yb+poCW9TjWYTbFDmC0tc=`

-sha3-512: f4DhJ3xhT8nT+GZ8UUZi4QC+HT//wXE2fRTgUP4UNw -e4kvel2PFfd6jcofHBm9BjwEiGzVFGv4K+fFTKXRD2NA==