diff options
Diffstat (limited to 'content/implementation.tex')
| -rw-r--r-- | content/implementation.tex | 3 |
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} |
