From 4fea7b5ec0e07d18230cfe3fad1889de276e4568 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Thu, 14 Mar 2024 15:36:10 -0400 Subject: [PATCH] Fix grammar, syntax, and markup in cryptosuite interface. Co-authored-by: Ted Thibodeau Jr --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 6ff6f9d..1b04bf2 100644 --- a/index.html +++ b/index.html @@ -1058,8 +1058,8 @@

Create Base Proof (bbs-2023)

|options| passed as a parameter.
  • -Let |transformedData| be the result of running the algorithm in Section with |unsecuredDocument|, +Let |transformedData| be the result of running the algorithm in Section +[[[#base-proof-transformation-bbs-2023]]] with |unsecuredDocument|, |proofConfig|, and |options| passed as parameters.
  • @@ -1361,7 +1361,7 @@

    Verify Derived Proof (bbs-2023)

    The following algorithm specifies how to verify a [=data integrity proof=] given -an secured data document. Required inputs are an +an secured data document. Required inputs are a secured data document ([=map=] |securedDocument|). This algorithm returns a verification result, which is a [=struct=] whose [=struct/items=] are: @@ -1395,7 +1395,7 @@

    Verify Derived Proof (bbs-2023)

  • Initialize `bbsProof`, `proofHash`, `mandatoryHash`, `selectedIndexes`, -`presentationHeader` and `nonMandatory` to the values associated with their +`presentationHeader`, and `nonMandatory` to the values associated with their property names in the object returned when calling the algorithm in Section , passing the |unsecuredDocument|, |proof|, and any custom JSON-LD API options (such as a document loader).