Skip to content

Commit

Permalink
Merge branch 'main' into pseudo-blind-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Wind4Greg committed Jan 30, 2025
2 parents e67d15f + e4b23aa commit 598a8c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,9 @@ <h4>createDisclosureData</h4>
the |featureOption| (see <a href="#add-derived-proof-bbs-2023">Add Derived Proof</a>),
and any custom JSON-LD API options
(such as a document loader). A single object, <em>disclosure data</em>, is
produced as output, which contains the |bbsProof|, |labelMap|,
|mandatoryIndexes|, |selectiveIndexes|, |presentationHeader|,
|revealDocument|, and |pseudonym| (if computed) fields.
produced as output, which contains the following fields: |bbsProof|,
|labelMap|, |mandatoryIndexes|, |selectiveIndexes|, |presentationHeader|,
|revealDocument|, and, if computed, |pseudonym|.
</p>

<ol class="algorithm">
Expand Down Expand Up @@ -1253,8 +1253,8 @@ <h4>createVerifyData</h4>
<a href="#parsederivedproofvalue"></a>, passing |proofValue| from |proof|.
</li>
<li>
Initialize |labelMapFactoryFunction| to the result of calling the algorithm of
section <a href="#createshuffledidlabelmapfunction"></a>.
Initialize |labelMapFactoryFunction| to the result of calling the
"`createLabelMapFunction`" algorithm of [[DI-ECDSA]], passing |labelMap|.
</li>
<li>
Initialize |nquads| to the result of calling the "`labelReplacementCanonicalize`"
Expand Down Expand Up @@ -1517,8 +1517,8 @@ <h4>Base Proof Configuration (bbs-2023)</h4>
<a data-cite="VC-DATA-INTEGRITY#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR</a>.
</li>
<li>
Set |proofConfig|.|@context| to
|unsecuredDocument|.|@context|.
Set |proofConfig|.<var>@context</var> to
|unsecuredDocument|.<var>@context</var>.
</li>
<li>
Let |canonicalProofConfig| be the result of applying the RDF Dataset
Expand Down Expand Up @@ -4007,7 +4007,7 @@ <h2>Acknowledgements</h2>
contracts 70RSAT20T00000003, 70RSAT20T00000029, 70RSAT20T00000033,
70RSAT21T00000016, 70RSAT23T00000005, 70RSAT20T00000010/P00001,
70RSAT20T00000029, 70RSAT21T00000016/P00001, 70RSAT23T00000005,
70RSAT23C00000030, 70RSAT23R00000006, and the National Science Foundation
70RSAT23C00000030, 70RSAT23R00000006, 70RSAT24T00000011, and the National Science Foundation
through NSF 22-572. The content of this specification does not necessarily
reflect the position or the policy of the U.S. Government and no official
endorsement should be inferred.
Expand Down

0 comments on commit 598a8c2

Please sign in to comment.