@@ -181,7 +181,7 @@ \subsubsection{Temporal eligibility}
181
181
\begin {itemize }
182
182
\item Include an unpredictable value in the proof.
183
183
\item This could be e.g.\ the hash of the \enquote {head} of the
184
- \ac {tposet} , (\( t_s\) in the figure).
184
+ blockchain , (\( t_s\) in the figure).
185
185
\item This prevents creating proofs for future protests.
186
186
\end {itemize }
187
187
\end {idea }
@@ -190,7 +190,7 @@ \subsubsection{Temporal eligibility}
190
190
\end {frame }
191
191
192
192
\Cref {CreatedBeforeEnd } is straight-forward, Alice and Bob simply add their
193
- proofs to the \ac {tposet} \emph {in (time-wise) relation to the event }.
193
+ proofs to the blockchain \emph {in (time-wise) relation to the event }.
194
194
In \cref {PosetGraph }, if \( t_e\) is verifiably related to the end of the
195
195
protest, then the relation will guarantee that \( p_A, p_B\) were created before
196
196
the end of the protest.
@@ -202,7 +202,7 @@ \subsubsection{Temporal eligibility}
202
202
has sufficiently high entropy, then Alice or Bob cannot create a proof and keep
203
203
it for a future protest.
204
204
205
- They can use an older value (pick one from the history of the \ac {tposet} ) when
205
+ They can use an older value (pick one from the history of the blockchain ) when
206
206
they create their proofs.
207
207
This will only expand the interval of possible creation into the past.
208
208
This will not help their cause, as anyone will recognize that the proof could
@@ -325,7 +325,7 @@ \subsubsection{Spatial eligibility}
325
325
\begin {remark }
326
326
This probably requires high-precision timestamps, i.e.\ a trusted
327
327
time-stamping server must be available during the protest.
328
- Or the proofs must be submitted to the \ac {tposet} during the protest.
328
+ Or the proofs must be submitted to the blockchain during the protest.
329
329
\end {remark }
330
330
331
331
\begin {question }
@@ -403,7 +403,7 @@ \subsubsection{Linkability and designated protest}
403
403
\caption {%
404
404
The proof depends on several witness signatures (wsig), each of which
405
405
depends on the owner's signature (osig), which depends on the \( id\) of the
406
- protest and the head of the \ac {tposet} .
406
+ protest and the head of the blockchain .
407
407
Whenever possible, the witness signature should include proof that the
408
408
witness themself has been witnessed by a trusted witness (tsig).
409
409
}
@@ -608,7 +608,7 @@ \subsubsection{Receipt freeness}
608
608
\begin {idea }[Receipt freeness (deniability)]
609
609
\begin {itemize }
610
610
\item Alice submits her proof.
611
- \item She stores the hash of the head of the \ac {tposet} .
611
+ \item She stores the hash of the head of the blockchain .
612
612
\item She removes the proof and signature key.
613
613
614
614
\pause {}
@@ -630,7 +630,7 @@ \subsubsection{Receipt freeness}
630
630
\end {frame }
631
631
632
632
Say that Alice submits her proof and stores the hash of the head of the
633
- \ac {tposet} after her proof is included.
633
+ blockchain after her proof is included.
634
634
Now she can remove her proof and just keep the hash to verify that her proof is
635
635
still there.
636
636
She can also remove her signature key, so that Eve cannot use it to reproduce
0 commit comments