diff --git a/index.html b/index.html index 2c8c069..ac83511 100644 --- a/index.html +++ b/index.html @@ -1720,20 +1720,19 @@

selectCanonicalNQuads

  1. Initialize selectionDocument to the result of the algorithm -in Section , passing -skolemizedCompactDocument as document, with -pointers. +in Section , passing pointers, +and skolemizedCompactDocument as document.
  2. Initialize deskolemizedNQuads to the result of the algorithm in Section , passing -selectionDocument as skolemizedCompactDocument, with +selectionDocument as skolemizedCompactDocument, and any custom options.
  3. Initialize nquads to the result of the algorithm -in Section passing -deskolemizedNQuads as nquads and labelMap. +in Section , passing labelMap, +and deskolemizedNQuads as nquads.
  4. Return an object containing selectionDocument, @@ -1788,8 +1787,8 @@

    canonicalizeAndGroup

    Initialize nquads and labelMap to their associated values in the result of the algorithm in Section , passing -deskolemizedNQuads as nquads, -labelMapFactoryFunction, and any custom options. +labelMapFactoryFunction, deskolemizedNQuads as +nquads, and any custom options.
  5. Initialize selections to a new map. @@ -1801,8 +1800,8 @@

    canonicalizeAndGroup

  6. Add an entry with a key of name and a value that is the result of the algorithm in Section , passing -skolemizedCompactDocument as document, -pointers, labelMap, and any custom options. +pointers, labelMap, skolemizedCompactDocument +as document, and any custom options.
@@ -2093,7 +2092,7 @@

createDisclosureData

  • Initialize revealDocument to the result of the "selectJsonLd" -algorithm, passing `document`, with `combinedPointers` as `pointers`. +algorithm, passing `document`, and `combinedPointers` as `pointers`.
  • Run the RDF Dataset Canonicalization Algorithm [[RDF-CANON]] on @@ -2421,9 +2420,9 @@

    Base Proof Transformation (ecdsa-sd-2023)

  • Initialize `groups` to the result of calling the algorithm in Section -, passing `unsecuredDocument` as `document`, -`labelMapFactoryFunction`, `groupDefinitions`, and any custom JSON-LD API -options. Note: This step transforms the document into an array of canonical +, passing `labelMapFactoryFunction`, +`groupDefinitions`, `unsecuredDocument` as `document`, and any custom JSON-LD +API options. Note: This step transforms the document into an array of canonical N-Quads with pseudorandom blank node identifiers based on `hmac`, and groups the N-Quad strings according to selections based on JSON pointers.