Skip to content

Appendix on Proof Sets/Chains: Clarity improvements #335

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3330,8 +3330,13 @@ <h2>Understanding Proof Sets and Proof Chains</h2>
<em>secretVPE/publicVPE</em>, respectively.
</p>
<p>
When constructing a [=proof set=] where each of the signatories signs an
|inputDocument| without concern, we construct a proof symbolically as:
If multiple signatories intend to sign an |inputDocument|, the ordering of
those signatures is not of concern, and there are no dependencies amongst the
signatures, then a [=proof set=] is typically a more straightforward
construction.
</p>
<p>
We construct a proof symbolically as:
</p>
<pre class="example nohighlight" title="Symbolic expression of how a proof is created">
{
Expand Down