Skip to content

Commit eb64690

Browse files
committed
Uses term blockchain instead of t-poset
1 parent 93f9eee commit eb64690

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

properties.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ \subsubsection{Temporal eligibility}
181181
\begin{itemize}
182182
\item Include an unpredictable value in the proof.
183183
\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).
185185
\item This prevents creating proofs for future protests.
186186
\end{itemize}
187187
\end{idea}
@@ -190,7 +190,7 @@ \subsubsection{Temporal eligibility}
190190
\end{frame}
191191

192192
\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}.
194194
In \cref{PosetGraph}, if \(t_e\) is verifiably related to the end of the
195195
protest, then the relation will guarantee that \(p_A, p_B\) were created before
196196
the end of the protest.
@@ -202,7 +202,7 @@ \subsubsection{Temporal eligibility}
202202
has sufficiently high entropy, then Alice or Bob cannot create a proof and keep
203203
it for a future protest.
204204

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
206206
they create their proofs.
207207
This will only expand the interval of possible creation into the past.
208208
This will not help their cause, as anyone will recognize that the proof could
@@ -325,7 +325,7 @@ \subsubsection{Spatial eligibility}
325325
\begin{remark}
326326
This probably requires high-precision timestamps, i.e.\ a trusted
327327
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.
329329
\end{remark}
330330

331331
\begin{question}
@@ -403,7 +403,7 @@ \subsubsection{Linkability and designated protest}
403403
\caption{%
404404
The proof depends on several witness signatures (wsig), each of which
405405
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.
407407
Whenever possible, the witness signature should include proof that the
408408
witness themself has been witnessed by a trusted witness (tsig).
409409
}
@@ -608,7 +608,7 @@ \subsubsection{Receipt freeness}
608608
\begin{idea}[Receipt freeness (deniability)]
609609
\begin{itemize}
610610
\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.
612612
\item She removes the proof and signature key.
613613

614614
\pause{}
@@ -630,7 +630,7 @@ \subsubsection{Receipt freeness}
630630
\end{frame}
631631

632632
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.
634634
Now she can remove her proof and just keep the hash to verify that her proof is
635635
still there.
636636
She can also remove her signature key, so that Eve cannot use it to reproduce

0 commit comments

Comments
 (0)