diff --git a/index.html b/index.html index 006c41d..2d3bee4 100644 --- a/index.html +++ b/index.html @@ -2096,8 +2096,8 @@
-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 @@/** -* @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