summaryrefslogtreecommitdiff
path: root/content/implementation.tex
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2017-05-28 23:26:54 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2017-05-28 23:27:25 +0200
commitdc7a8acf380ed8b3567bf9f8b51f3b15d61b602f (patch)
tree2db7e1a3079c14787303434195946a115d2bb463 /content/implementation.tex
parent610b3f96ec31ee6192d46767dedae9d9efaedf9b (diff)
downloadthesis-dc7a8acf380ed8b3567bf9f8b51f3b15d61b602f.tar.gz
thesis-dc7a8acf380ed8b3567bf9f8b51f3b15d61b602f.tar.bz2
thesis-dc7a8acf380ed8b3567bf9f8b51f3b15d61b602f.zip
Adds a discussion and introduction and a lorem ipsum abstract.
Diffstat (limited to 'content/implementation.tex')
-rw-r--r--content/implementation.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/implementation.tex b/content/implementation.tex
index 3188d65..4fe06d8 100644
--- a/content/implementation.tex
+++ b/content/implementation.tex
@@ -1,4 +1,5 @@
\section{Implementation}
+\label{sec:implementation}
A large part of this research is actually making an implementation of the protocol in such a way that it;
@@ -8,7 +9,7 @@ A large part of this research is actually making an implementation of the protoc
\item Allows back-ends to be comparably benchmarked.
\end{itemize}
-The following section will talk about some implementation specific things, to talk about how I achieved those goals or why something might need some attention for future research. For more information on where to find the implementation see \ref{app:impl}
+The following section will talk about some implementation specific things, to talk about how I achieved those goals or why something might need some attention in future research. For more information on where to find the implementation see appendix \ref{app:impl}
\subsection{ElGamal in Cyclic Group and Elliptic Curve}