Skip to content
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