diff --git a/index.html b/index.html index 006c41d..2d3bee4 100644 --- a/index.html +++ b/index.html @@ -2096,8 +2096,8 @@

Resource Integrity

values.

-JSON-LD context authors are expected to add `digestMultibase` to contexts that will -be used in documents that refer to other resources and include an associated +JSON-LD context authors are expected to add `digestMultibase` to contexts that will +be used in documents that refer to other resources and include an associated content integrity hash. For example, the [[[VC-DATA-MODEL-2.0]]] context (`https://www.w3.org/ns/credentials/v2`) includes it.

@@ -2860,9 +2860,9 @@

Base Encode

 /**
-* @param {Uint8Array} bytes 
-* @param {number} targetBase 
-* @param {string} baseAlphabet 
+* @param {Uint8Array} bytes
+* @param {number} targetBase
+* @param {string} baseAlphabet
 * @returns string
 */
 function baseEncode(bytes, targetBase, baseAlphabet) {
@@ -3015,8 +3015,8 @@ 

Base Decode

 /**
 * @param {string} sourceEncoding
-* @param {number} sourceBase 
-* @param {string} baseAlphabet 
+* @param {number} sourceBase
+* @param {string} baseAlphabet
 * @returns Uint8Array
 */
 function baseDecode(sourceEncoding, sourceBase, baseAlphabet) {
@@ -3389,7 +3389,7 @@ 

Verify Proof Sets and Chains

  • Let |combinedVerificationResult| be an empty struct. Set |combinedVerificationResult|.|status| -to `true`, |combinedVerificationResult|.|document| to `null`, and +to `true`, |combinedVerificationResult|.|document| to `null`, and |combinedVerificationResult|.|mediaType| to `null`.
  • @@ -3400,7 +3400,7 @@

    Verify Proof Sets and Chains

    to `false`.
  • -Otherwise, set |combinedVerificationResult|.|document| to +Otherwise, set |combinedVerificationResult|.|document| to |cryptosuiteVerificationResult|.|verifiedDocument|, set |combinedVerificationResult|.|mediaType| to |cryptosuiteVerificationResult|.|mediaType|, and append |cryptosuiteVerificationResult| to |successfulVerificationResults|. @@ -3408,8 +3408,8 @@

    Verify Proof Sets and Chains

  • -If |combinedVerificationResult|.|status| is `false`, set -|combinedVerificationResult|.|document| to `null` and +If |combinedVerificationResult|.|status| is `false`, set +|combinedVerificationResult|.|document| to `null` and |combinedVerificationResult|.|mediaType| to `null`.