Skip to content

Commit

Permalink
Updated to use "selectiveIndexes" as variable name consistently throu…
Browse files Browse the repository at this point in the history
…ghout document.
  • Loading branch information
Wind4Greg authored and msporny committed Jun 17, 2024
1 parent 4c1d6cc commit e7aa6c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ <h4>createVerifyData</h4>
document (|document|), a BBS disclosure proof (|proof|),
and any custom JSON-LD API options (such as a document loader). A single
<em>verify data</em> object value is produced as output containing the following
fields: |bbsProof|, |proofHash|, |mandatoryHash|, |selectedIndexes|,
fields: |bbsProof|, |proofHash|, |mandatoryHash|, |selectiveIndexes|,
|presentationHeader|, |nonMandatory|, |featureOption|, and, possibly,
|pseudonym|.
</p>
Expand Down Expand Up @@ -1692,7 +1692,7 @@ <h4>Verify Derived Proof (bbs-2023)</h4>
Let |proof| be the value of |securedDocument|.|proof|.
</li>
<li>
Initialize |bbsProof|, |proofHash|, |mandatoryHash|, |selectedIndexes|,
Initialize |bbsProof|, |proofHash|, |mandatoryHash|, |selectiveIndexes|,
|presentationHeader|, |nonMandatory|, |featureOption|, and, possibly,
|pseudonym|, to the values associated
with their property names in the object returned when calling the algorithm in
Expand All @@ -1714,7 +1714,7 @@ <h4>Verify Derived Proof (bbs-2023)</h4>
disclosed_messages, disclosed_indexes)` of [[CFRG-BBS-SIGNATURE]] with `PK` set
as the public key of the original issuer, `proof` set as `bbsProof`, `header`
set as `bbsHeader`, `disclosed_messages` set as `disclosedMessages`, `ph` set as
`presentationHeader`, and `disclosed_indexes` set as `selectedIndexes`.
`presentationHeader`, and `disclosed_indexes` set as `selectiveIndexes`.
</li>
<li>
If the |featureOption| equals `"anonymous_holder_binding"`,
Expand Down

0 comments on commit e7aa6c6

Please sign in to comment.