Skip to content

Commit

Permalink
Fix bug in verify derived proof (ecdsa-sd-2023).
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Yamamoto <[email protected]>
  • Loading branch information
msporny and yamdan committed Aug 3, 2023
1 parent 97ad4df commit fbcf303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,7 @@ <h4>Verify Derived Proof (ecdsa-sd-2023)</h4>
Initialize `baseSignature`, `proofHash`, `publicKey`, `signatures`,
`nonMandatory`, and `mandatoryHash` to the values associated with their property
names in the object returned when calling the algorithm in Section
<a href="#serializesigndata"></a>, passing the `document`, `proof`, and any
<a href="#createverifydata"></a>, passing the `document`, `proof`, and any
custom JSON-LD API options, such as a document loader.
</li>
<li>
Expand Down

0 comments on commit fbcf303

Please sign in to comment.