summaryrefslogtreecommitdiff
path: root/appendices/appendix.tex
diff options
context:
space:
mode:
Diffstat (limited to 'appendices/appendix.tex')
-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},