Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove copy and paste errors wrt ECDSA-SD header values. #123

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,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 @@ -901,7 +901,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