Skip to content

Commit

Permalink
Fix proofConfig -> proofOptions.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
msporny and dlongley committed Apr 28, 2024
1 parent cbff38e commit 0944119
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ <h4>Verify Proof (eddsa-rdfc-2022)</h4>
the `proof` value removed.
</li>
<li>
Let |proofConfig| be a copy of |securedDocument|.|proof| with `proofValue`
Let |proofOptions| be the result of a copy of |securedDocument|.|proof| with `proofValue`
removed.
</li>
<li>
Expand All @@ -575,8 +575,11 @@ <h4>Verify Proof (eddsa-rdfc-2022)</h4>
<li>
Let |transformedData| be the result of running the algorithm in Section <a
href="#transformation-eddsa-rdfc-2022"></a> with |unsecuredDocument| and
|proofConfig| passed as parameters.
|proofOptions| passed as parameters.
</li>
Let |proofConfig| be the result of running the algorithm in Section <a
href="#proof-configuration-eddsa-rdfc-2022"></a> with |unsecuredDocument| and
|proofOptions| passed as parameters.
<li>
Let |hashData| be the result of running the algorithm in Section
[[[#hashing-eddsa-rdfc-2022]]] with |transformedData| and |proofConfig|
Expand Down

0 comments on commit 0944119

Please sign in to comment.