Skip to content

Commit

Permalink
Remove copy and paste errors wrt ECDSA-SD header values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg committed Feb 5, 2024
1 parent d8f3c70 commit 2bcccce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h4>parseBaseProofValue</h4>
</li>
<li>
Initialize `components` to an array that is the result of CBOR-decoding the
bytes that follow the three-byte ECDSA-SD base proof header. Ensure the result
bytes that follow the three-byte BBS base proof header. Ensure the result
is an array of three elements.
</li>
<li>
Expand Down Expand Up @@ -914,7 +914,7 @@ <h4>parseDerivedProofValue</h4>
substring that follows the leading `u` in `proofValue`.
</li>
<li>
Ensure that the `decodedProofValue` starts with the ECDSA-SD disclosure proof
Ensure that the `decodedProofValue` starts with the BBS disclosure proof
header bytes `0xd9`, `0x5d`, and `0x03`, and throw an error if it does not.
</li>
<!-- [bbsProof, labelMapCompressed, mandatoryIndexes, adjSelectedIndexes] -->
Expand Down

0 comments on commit 2bcccce

Please sign in to comment.