Skip to content

Commit

Permalink
Update JCS create proof and proof configuration sub-procedure to matc…
Browse files Browse the repository at this point in the history
…h intended approach.
  • Loading branch information
Wind4Greg authored and msporny committed Jun 9, 2024
1 parent 7dcf124 commit 5a2e764
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 @@ -947,6 +947,10 @@ <h4>Create Proof (ecdsa-jcs-2019)</h4>

<ol class="algorithm">
<li>
Set <var>options</var>.<var>@context</var> to
<var>unsecuredDocument</var>.<var>@context</var>.
</li>
<li>
Let |proof| be a clone of the proof options, |options|.
</li>
<li>
Expand Down Expand Up @@ -1183,10 +1187,6 @@ <h4>Proof Configuration (ecdsa-jcs-2019)</h4>
raised.
</li>
<li>
Set <var>proofConfig</var>.<var>@context</var> to
<var>unsecuredDocument</var>.<var>@context</var>
</li>
<li>
Let |canonicalProofConfig| be the result of applying the
JSON Canonicalization Scheme [[RFC8785]] to the |proofConfig|.
</li>
Expand Down

0 comments on commit 5a2e764

Please sign in to comment.