Skip to content

Commit 6062d85

Browse files
committed
Slight updates to slides
1 parent 0b3e108 commit 6062d85

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

slides/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FIGS+= ProtestVerif-endprotest.png
88
FIGS+= ProtestVerif-verifying.png
99
FIGS+= ProtestVerif-verified.png
1010
FIGS+= ProtestVerif-UN.png
11+
FIGS+= map-with-dots.png
1112

1213
DEPENDS+= bibsp.sty
1314
DEPENDS+= crypto.bib
@@ -57,6 +58,9 @@ ProtestVerif-verified.png: ../art/ProtestVerif-verified.png
5758
ProtestVerif-verifying.png: ../art/ProtestVerif-verifying.png
5859
ProtestVerif-UN.png: ../art/ProtestVerif-UN.png
5960

61+
map-with-dots.png:
62+
curl -o $@ https://i.amz.mshcdn.com/IXXVklwgW0nwbCXSJb1tWHLx2H4=/fit-in/1200x9600/http%3A%2F%2Fmashable.com%2Fwp-content%2Fuploads%2F2014%2F05%2FScreen-Shot-2014-05-01-at-3.56.31-PM.png
63+
6064
${FIGS}:
6165
${LN} $< $@
6266

slides/idea.tex

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,40 +47,41 @@ \subsection{After the protest}
4747
\subsection{Verifying proof shares}
4848

4949
\begin{frame}
50+
\vspace{-2em}
51+
\begin{center}
52+
\((\cid, \pid, \wid, t_s, t_s', l, \pi_P, \pi_W)\) on blockchain.
53+
\end{center}
54+
55+
\pause
56+
5057
\begin{columns}
5158
\begin{column}{0.6\linewidth}
5259
\tiny
5360
\includegraphics[width=\linewidth]{proofshare.tikz}
5461
\end{column}
5562

5663
\begin{column}{0.5\linewidth}
57-
\begin{itemize}
64+
\begin{enumerate}
5865
\item Check that \(cid\) is what you're interested in.
66+
67+
\pause
68+
5969
\item Verify the \ac{NIZK} proofs.
60-
\item Each \(PRF\) is computed correctly.
70+
71+
\pause
72+
73+
\item Each \(\ACprf\) is computed correctly.
6174
\item The owner knows a signature on the key used.
62-
\end{itemize}
75+
\end{enumerate}
6376
\end{column}
6477
\end{columns}
6578
\end{frame}
6679

6780
\subsection{Counting proofs}
6881

6982
\begin{frame}
70-
\begin{example}[No trusted witnesses]
71-
\begin{itemize}
72-
\item Each \(pid\) with more than \(t\) valid proof shares is counted.
73-
\item \(t\) is a threshold set to be higher than expected size of collusion
74-
clusters.
75-
\end{itemize}
76-
\end{example}
77-
78-
\begin{example}[Trusted witnesses]
79-
\begin{itemize}
80-
\item Alternatively, each \(\pid\) with a proof share issued by a trusted
81-
witness is counted.
82-
\end{itemize}
83-
\end{example}
83+
\centering
84+
\includegraphics[width=\linewidth]{map-with-dots.png}
8485
\end{frame}
8586

8687
\begin{frame}
@@ -166,6 +167,8 @@ \section{Conclusions}
166167
\end{itemize}
167168
\end{greenblock}
168169

170+
\pause
171+
169172
\begin{alertblock}{Limits}
170173
\begin{itemize}
171174
\item Cannot trust results that are pro-government if government issues

0 commit comments

Comments
 (0)