summaryrefslogtreecommitdiff
path: root/appendices
diff options
context:
space:
mode:
authorDennis Brentjes <dennis@brentj.es>2018-09-04 19:28:20 +0200
committerDennis Brentjes <dennis@brentj.es>2018-09-07 00:21:35 +0200
commit4cf29b0c3beacafd8565ca5461381f53832688ed (patch)
treed70c95146ca8d72eb9017fce0e9c3e2e88308472 /appendices
parent1e316c9a7437580f499453cdafbb0c7433a46b88 (diff)
downloadthesis-master.tar.gz
thesis-master.tar.bz2
thesis-master.zip
Applied Colins feedback.HEADmaster
Diffstat (limited to 'appendices')
-rw-r--r--appendices/appendix.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/appendices/appendix.tex b/appendices/appendix.tex
index c8358a8..37959e7 100644
--- a/appendices/appendix.tex
+++ b/appendices/appendix.tex
@@ -83,7 +83,8 @@ both C and C++ optimization related compiler flags:
\clearpage
-\section{averaged results}
+\section{Averaged results}
+\label{app:addtables}
\begin{table}[!ht]
\centering
@@ -96,6 +97,7 @@ both C and C++ optimization related compiler flags:
\end{footnotesize}
\caption{Node time average over 100 runs with standard deviation in seconds using ed25519 and running 100 clients.}
+ \label{tab:ec100}
\end{table}
\begin{table}[!ht]
@@ -186,11 +188,12 @@ both C and C++ optimization related compiler flags:
\end{tabular}
\end{footnotesize}
\caption{Node time average over 100 runs with standard deviation in seconds using 2048 bit multiplicative group and running 400 clients.}
-
+ \label{tab:mg400}
\end{table}
\newpage
-\section{crypto interface}
+\section{Crypto interface}
+\label{app:cryptolst}
\lstinputlisting[
language=C++,
caption={ed25519.h},