1
0
Fork 0

Plz bare skriv lort git besked

This commit is contained in:
Thomas 2019-12-05 18:12:35 +01:00
parent e4ec6b421e
commit 2e7ac01400
2 changed files with 28 additions and 3 deletions

BIN
pres/graphics/blockProp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -12,9 +12,6 @@
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[sfdefault,scaled=.85]{FiraSans} \usepackage[sfdefault,scaled=.85]{FiraSans}
%\usepackage{newtxsf} %\usepackage{newtxsf}
\usepackage[ruled, linesnumbered]{algorithm2e}
\SetKwInput{kwRequire}{Require}
\SetKw{kwExpl}{explain}
\title{Private Information Retrieval} \title{Private Information Retrieval}
\subtitle{Transfering data in a sneaky way} \subtitle{Transfering data in a sneaky way}
@ -125,6 +122,13 @@
\item In general, all of the computations regarding the polynomials, are likely to slow down the response time of the servers \item In general, all of the computations regarding the polynomials, are likely to slow down the response time of the servers
\end{itemize} \end{itemize}
\end{frame} \end{frame}
\subsection{Blockification}
\begin{frame}
\frametitle{Turning single-bit PIR into block schemes}
\includegraphics[width=\textwidth]{graphics/blockProp.png}
\end{frame}
\section{Expected Results} \section{Expected Results}
\begin{frame} \begin{frame}
\frametitle{Overall expected results} \frametitle{Overall expected results}
@ -148,7 +152,28 @@
\section{Results} \section{Results}
\begin{frame} \begin{frame}
\frametitle{Initial Results} \frametitle{Initial Results}
\end{frame} \end{frame}
\section{Future Work}
\begin{frame}
\frametitle{Future Work}
\begin{itemize}
\item Fixing database
\item Implement networking
\item Further optimise implementations
\item Further improve benchmarking (i.e. find a more suitable set of metrics)
\end{itemize}
\end{frame}
\section{Struggles}
\begin{frame}
\frametitle{How real pain feels}
\begin{itemize}
\item Java
\end{itemize}
\end{frame}
\section{Thank You!}
\end{document} \end{document}