Skip to content

Commit

Permalink
Simplify JCS Create Proof algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 4, 2024
1 parent 6541dd1 commit 4e5f551
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 @@ -840,12 +840,12 @@ <h4>Create Proof (eddsa-jcs-2022)</h4>

<ol class="algorithm">
<li>
If <var>unsecuredDocument</var>.<var>@context</var> is present,
set <var>options</var>.<var>@context</var> to
<var>unsecuredDocument</var>.<var>@context</var>.
Let |proof| be a clone of the proof options, |options|.
</li>
<li>
Let |proof| be a clone of the proof options, |options|.
If <var>unsecuredDocument</var>.<var>@context</var> is present,
set <var>proof</var>.<var>@context</var> to
<var>unsecuredDocument</var>.<var>@context</var>.
</li>
<li>
Let |proofConfig| be the result of running the algorithm in
Expand Down

0 comments on commit 4e5f551

Please sign in to comment.