-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprojectPresentation.tex
53 lines (44 loc) · 1.46 KB
/
projectPresentation.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%%
% Please see https://bitbucket.org/rivanvx/beamer/wiki/Home for obtaining beamer.
%%
\documentclass{beamer}
\usetheme{Rochester}
\usecolortheme{beaver}
\title{Encrypted Keyword Search Using \\ Path ORAM on MirageOS}
\author{Rupert Horlick -- [email protected]}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{Threat Model}
\setlength{\unitlength}{0.6mm}
\input{threatModel}
\end{frame}
\begin{frame}
\frametitle{System Architecture}
\setlength{\unitlength}{0.6mm}
\input{mirageStack}
\end{frame}
\begin{frame}
\frametitle{Work Completed}
\begin{description}
\item[ORAM] as a functor with recursion and statelessness
\item[File System] based on inodes, with B-Trees for the index
\item[Search] using an inverted index and related search operations
\item[Encryption] by integrating an existing library
\item[Write Up] of preparation and implementation sections
\item[Functional Testing] using unit tests and randomised testing
\end{description}
\end{frame}
\begin{frame}
\frametitle{Next Steps}
\begin{description}
\item[Performance Testing] using micro- and macro-benchmarks
\item[Security Testing] using statistical analysis
\item[Write Up] of evaluation section and conclusions
\item[Redrafting] based on feedback of supervisors
\item[Extensions] including optimisations and integrity verification
\end{description}
\end{frame}
\end{document}