Skip to content

Commit

Permalink
Fix grammar, syntax, and markup in cryptosuite interface.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed authored Mar 14, 2024
1 parent 8ce5ac1 commit 4fea7b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1058,8 +1058,8 @@ <h4>Create Base Proof (bbs-2023)</h4>
|options| passed as a parameter.
</li>
<li>
Let |transformedData| be the result of running the algorithm in Section <a
href="#base-proof-transformation-bbs-2023"></a> 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.
</li>
<li>
Expand Down Expand Up @@ -1361,7 +1361,7 @@ <h4>Verify Derived Proof (bbs-2023)</h4>

<p>
The following algorithm specifies how to verify a [=data integrity proof=] given
an <a>secured data document</a>. Required inputs are an
an <a>secured data document</a>. Required inputs are a
<a>secured data document</a> ([=map=] |securedDocument|). This algorithm returns
a <dfn>verification result</dfn>, which is a [=struct=] whose
[=struct/items=] are:
Expand Down Expand Up @@ -1395,7 +1395,7 @@ <h4>Verify Derived Proof (bbs-2023)</h4>
</li>
<li>
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
<a href="#createverifydata"></a>, passing the |unsecuredDocument|, |proof|, and
any custom JSON-LD API options (such as a document loader).
Expand Down

0 comments on commit 4fea7b5

Please sign in to comment.