summaryrefslogtreecommitdiff
path: root/appendices/appendix.tex
diff options
context:
space:
mode:
authorDennis Brentjes <dennis@brentj.es>2018-06-26 23:16:41 +0200
committerDennis Brentjes <dennis@brentj.es>2018-08-18 14:12:53 +0200
commit23968a760efa6e03e8d47fbff108ec5aae010fe3 (patch)
tree814aa46a2a753bab7aee12ee99a95e3dd5672bf4 /appendices/appendix.tex
parentd0c805d47d54c20d34795cc8bcf5b80cfa03c31e (diff)
downloadthesis-23968a760efa6e03e8d47fbff108ec5aae010fe3.tar.gz
thesis-23968a760efa6e03e8d47fbff108ec5aae010fe3.tar.bz2
thesis-23968a760efa6e03e8d47fbff108ec5aae010fe3.zip
Small revision of the thesis.
Diffstat (limited to 'appendices/appendix.tex')
-rw-r--r--appendices/appendix.tex188
1 files changed, 94 insertions, 94 deletions
diff --git a/appendices/appendix.tex b/appendices/appendix.tex
index e0f6d5a..e8787ea 100644
--- a/appendices/appendix.tex
+++ b/appendices/appendix.tex
@@ -188,100 +188,100 @@ tail -n +2 | cut -d ',' -f 2,5,8,11,14,17,20,23,26,29,32,35 | awk 'BEGIN {FS=","
\end{table}
-%-----------------------------------------------------------------------
-
-\vfill
-\clearpage
-
-\section{Raw Result tables}
-\label{app-tables}
-
-\newcommand{\rtable}[2]{
-\begin{centering}
-\begin{scriptsize}
-\begin{longtable}{|r|r|r|r|r|r|}
-\hline
-\input{#1}
-\caption{#2}
-\end{longtable}
-\end{scriptsize}
-\end{centering}
-\clearpage
-}
-
-\vspace{2.355em}
-
-\rtable{results/result_node1_100_ON.tab}{Timings of Node 1 elliptic curve algorithm with 100 clients}
-
-\rtable{results/result_node2_100_ON.tab}{Timings of Node 2 elliptic curve algorithm with 100 clients}
-
-\rtable{results/result_node3_100_ON.tab}{Timings of Node 3 elliptic curve algorithm with 100 clients}
-
-\rtable{results/result_node1_100_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 100 clients}
-
-\rtable{results/result_node2_100_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 100 clients}
-
-\rtable{results/result_node3_100_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 100 clients}
-
-%---------------------------------------------------------------------------------
-
-\rtable{results/result_node1_200_ON.tab}{Timings of Node 1 elliptic curve algorithm with 200 clients}
-
-\rtable{results/result_node2_200_ON.tab}{Timings of Node 2 elliptic curve algorithm with 200 clients}
-
-\rtable{results/result_node3_200_ON.tab}{Timings of Node 3 elliptic curve algorithm with 200 clients}
-
-\rtable{results/result_node1_200_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 200 clients}
-
-\rtable{results/result_node2_200_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 200 clients}
-
-\rtable{results/result_node3_200_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 200 clients}
-
-%---------------------------------------------------------------------------------
-
-\rtable{results/result_node1_300_ON.tab}{Timings of Node 1 elliptic curve algorithm with 300 clients}
-
-\rtable{results/result_node2_300_ON.tab}{Timings of Node 2 elliptic curve algorithm with 300 clients}
-
-\rtable{results/result_node3_300_ON.tab}{Timings of Node 3 elliptic curve algorithm with 300 clients}
-
-\rtable{results/result_node1_300_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 300 clients}
-
-\rtable{results/result_node2_300_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 300 clients}
-
-\rtable{results/result_node3_300_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 300 clients}
-
-%---------------------------------------------------------------------------------
-
-\rtable{results/result_node1_400_ON.tab}{Timings of Node 1 elliptic curve algorithm with 400 clients}
-
-\rtable{results/result_node2_400_ON.tab}{Timings of Node 2 elliptic curve algorithm with 400 clients}
-
-\rtable{results/result_node3_400_ON.tab}{Timings of Node 3 elliptic curve algorithm with 400 clients}
-
-\rtable{results/result_node1_400_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 400 clients}
-
-\rtable{results/result_node2_400_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 400 clients}
-
-\rtable{results/result_node3_400_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 400 clients}
-
-%---------------------------------------------------------------------------------
-
-\rtable{results/result_node1_500_ON.tab}{Timings of Node 1 elliptic curve algorithm with 500 clients}
-
-\rtable{results/result_node2_500_ON.tab}{Timings of Node 2 elliptic curve algorithm with 500 clients}
-
-\rtable{results/result_node3_500_ON.tab}{Timings of Node 3 elliptic curve algorithm with 500 clients}
-
-\rtable{results/result_node1_500_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 500 clients}
-
-\rtable{results/result_node2_500_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 500 clients}
-
-\rtable{results/result_node3_500_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 500 clients}
-
-%---------------------------------------------------------------------------------
-
-\clearpage
+%%-----------------------------------------------------------------------
+%
+%\vfill
+%\clearpage
+%
+%\section{Raw Result tables}
+%\label{app-tables}
+%
+%\newcommand{\rtable}[2]{
+%\begin{centering}
+%\begin{scriptsize}
+%\begin{longtable}{|r|r|r|r|r|r|}
+%\hline
+%\input{#1}
+%\caption{#2}
+%\end{longtable}
+%\end{scriptsize}
+%\end{centering}
+%\clearpage
+%}
+%
+%\vspace{2.355em}
+%
+%\rtable{results/result_node1_100_ON.tab}{Timings of Node 1 elliptic curve algorithm with 100 clients}
+%
+%\rtable{results/result_node2_100_ON.tab}{Timings of Node 2 elliptic curve algorithm with 100 clients}
+%
+%\rtable{results/result_node3_100_ON.tab}{Timings of Node 3 elliptic curve algorithm with 100 clients}
+%
+%\rtable{results/result_node1_100_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 100 clients}
+%
+%\rtable{results/result_node2_100_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 100 clients}
+%
+%\rtable{results/result_node3_100_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 100 clients}
+%
+%%---------------------------------------------------------------------------------
+%
+%\rtable{results/result_node1_200_ON.tab}{Timings of Node 1 elliptic curve algorithm with 200 clients}
+%
+%\rtable{results/result_node2_200_ON.tab}{Timings of Node 2 elliptic curve algorithm with 200 clients}
+%
+%\rtable{results/result_node3_200_ON.tab}{Timings of Node 3 elliptic curve algorithm with 200 clients}
+%
+%\rtable{results/result_node1_200_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 200 clients}
+%
+%\rtable{results/result_node2_200_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 200 clients}
+%
+%\rtable{results/result_node3_200_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 200 clients}
+%
+%%---------------------------------------------------------------------------------
+%
+%\rtable{results/result_node1_300_ON.tab}{Timings of Node 1 elliptic curve algorithm with 300 clients}
+%
+%\rtable{results/result_node2_300_ON.tab}{Timings of Node 2 elliptic curve algorithm with 300 clients}
+%
+%\rtable{results/result_node3_300_ON.tab}{Timings of Node 3 elliptic curve algorithm with 300 clients}
+%
+%\rtable{results/result_node1_300_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 300 clients}
+%
+%\rtable{results/result_node2_300_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 300 clients}
+%
+%\rtable{results/result_node3_300_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 300 clients}
+%
+%%---------------------------------------------------------------------------------
+%
+%\rtable{results/result_node1_400_ON.tab}{Timings of Node 1 elliptic curve algorithm with 400 clients}
+%
+%\rtable{results/result_node2_400_ON.tab}{Timings of Node 2 elliptic curve algorithm with 400 clients}
+%
+%\rtable{results/result_node3_400_ON.tab}{Timings of Node 3 elliptic curve algorithm with 400 clients}
+%
+%\rtable{results/result_node1_400_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 400 clients}
+%
+%\rtable{results/result_node2_400_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 400 clients}
+%
+%\rtable{results/result_node3_400_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 400 clients}
+%
+%%---------------------------------------------------------------------------------
+%
+%\rtable{results/result_node1_500_ON.tab}{Timings of Node 1 elliptic curve algorithm with 500 clients}
+%
+%\rtable{results/result_node2_500_ON.tab}{Timings of Node 2 elliptic curve algorithm with 500 clients}
+%
+%\rtable{results/result_node3_500_ON.tab}{Timings of Node 3 elliptic curve algorithm with 500 clients}
+%
+%\rtable{results/result_node1_500_OFF.tab}{Timings of Node 1 multiplicative group algorithm with 500 clients}
+%
+%\rtable{results/result_node2_500_OFF.tab}{Timings of Node 2 multiplicative group algorithm with 500 clients}
+%
+%\rtable{results/result_node3_500_OFF.tab}{Timings of Node 3 multiplicative group algorithm with 500 clients}
+%
+%%---------------------------------------------------------------------------------
+%
+%\clearpage
%Keep this as last appendix.
%\section{Reference manual}