Skip to content

Commit

Permalink
Use proofConfig instead of proof.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
msporny and dlongley authored Feb 25, 2024
1 parent 58cb3f2 commit 68e36b2
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 @@ -608,17 +608,17 @@ <h4>Create Proof (ecdsa-rdfc-2019)</h4>

<ol class="algorithm">
<li>
Let |proof| be an empty [=map=].
Let |proof| be a clone of the proof options, |options|.
</li>
<li>
Let |proof| be the result of running the algorithm in
Let |proofConfig| be the result of running the algorithm in
Section <a href="#proof-configuration-ecdsa-rdfc-2019"></a> with
|options| passed as a parameter.
</li>
<li>
Let |transformedData| be the result of running the algorithm in Section <a
href="#transformation-ecdsa-rdfc-2019"></a> with |unsecuredDocument| and
|options| passed as parameters.
href="#transformation-ecdsa-rdfc-2019"></a> with |unsecuredDocument|,
|proofConfig|, and |options| passed as parameters.
</li>
<li>
Let |hashData| be the result of running the algorithm in Section
Expand Down

0 comments on commit 68e36b2

Please sign in to comment.