diff options
| author | Dennis Brentjes <dennis@brentj.es> | 2018-09-04 19:28:20 +0200 |
|---|---|---|
| committer | Dennis Brentjes <dennis@brentj.es> | 2018-09-07 00:21:35 +0200 |
| commit | 4cf29b0c3beacafd8565ca5461381f53832688ed (patch) | |
| tree | d70c95146ca8d72eb9017fce0e9c3e2e88308472 /appendices | |
| parent | 1e316c9a7437580f499453cdafbb0c7433a46b88 (diff) | |
| download | thesis-4cf29b0c3beacafd8565ca5461381f53832688ed.tar.gz thesis-4cf29b0c3beacafd8565ca5461381f53832688ed.tar.bz2 thesis-4cf29b0c3beacafd8565ca5461381f53832688ed.zip | |
Diffstat (limited to 'appendices')
| -rw-r--r-- | appendices/appendix.tex | 9 |
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}, |
