Page MenuHomec4science

appendix_add_material.tex
No OneTemporary

File Metadata

Created
Tue, Jan 7, 02:30

appendix_add_material.tex

\chapter{Additional Material}
\section{Initial Protocol}
\begin{figure}[h]
\centering
\input{sections/diagrams/protocol_diagram_old.tex}
\caption{Sequence diagram of initial protocol between MU and SPU to compute suceptibility tests}
\label{fig:protocol-mu-spu-old}
\end{figure}
\section{NIST Recommended Curves} \label{sec:nist-rec-curves}
NIST named elliptic curves can be found in \reftab{tab:nist-curves}.
%Available NIST named elliptic curves can be found in \reftab{tab:nist-curves-primary}, \reftab{tab:nist-curves-binary} and \reftab{tab:nist-curves-koblitz}.
\newcommand{\tabnistprimary}{
\begin{tabular}{l|l}
Curve & Size [bit] \\
\hline
P-224 & 224\\
P-256 & 256\\
P-384 & 384\\
P-521 & 521\\
\end{tabular}
}
\newcommand{\tabnistbinary}{
\begin{tabular}{l|l}
Curve & Size [bit] \\
\hline
B-163 & 163\\
B-233 & 233\\
B-283 & 283\\
B-409 & 409\\
B-571 & 571\\
\end{tabular}
}
\newcommand{\tabnistkoblitz}{
\begin{tabular}{l|l}
Curve & Size [bit] \\
\hline
K-163 & 163\\
K-233 & 233\\
K-283 & 283\\
K-409 & 409\\
K-571 & 571\\
\end{tabular}
}
\begin{table}[H]
\centering
\subfloat[][]{\tabnistprimary}
~
\subfloat[][]{\tabnistbinary}
~
\subfloat[][]{\tabnistkoblitz}
\caption{NIST recommended curves}
\label{tab:nist-curves}
\end{table}
%\begin{figure}
% \begin{subfigure}[b]{0.4\textwidth}{\tabnistprimary}
% \begin{subfigure}[b]{0.4\textwidth}{\tabnistbinary}
%% ~
%% \begin{subfigure}[b]{0.2\textwidth}{\tabnistkoblitz}
%\end{figure}
%\begin{figure}
% \centering
% \tabnistprimary
% \begin{subfigure}[b]{0.3\textwidth}
%
%\caption{NIST aliases for SEC curves over primary fields}
%\label{tab:nist-curves-primary}
% \end{subfigure}
%
% ~
%
% \begin{subfigure}[b]{0.3\textwidth}
% \tabnistbinary
%\caption{NIST aliases for SEC curves over binary fields}
%\label{tab:nist-curves-binary}
% \end{subfigure}
%
% ~
%
% \begin{subfigure}[b]{0.3\textwidth}
% \tabnistkoblitz
%\caption{NIST aliases for SEC curves, Koblitz}
%\label{tab:nist-curves-koblitz}
% \end{subfigure}
%
% \caption{NIST recommended curves} %\label{fig:nist-curves}
%\end{figure}
%
%
%\begin{table}
%\begin{tabular}{l|l}
%Curve & Size [bit] \\
%\hline
%P-224 & 224\\
%P-256 & 256\\
%P-384 & 384\\
%P-521 & 521\\
%\end{tabular}
%\caption{NIST aliases for SEC curves over primary fields}
%\label{tab:nist-curves-primary}
%\end{table}
%
%\begin{table}
%\begin{tabular}{l|l}
%Curve & Size [bit] \\
%\hline
%B-163 & 163\\
%B-233 & 233\\
%B-283 & 283\\
%B-409 & 409\\
%B-571 & 571\\
%\end{tabular}
%\caption{NIST aliases for SEC curves over binary fields}
%\label{tab:nist-curves-binary}
%\end{table}
%
%\begin{table}
%\begin{tabular}{l|l}
%Curve & Size [bit] \\
%\hline
%K-163 & 163\\
%K-233 & 233\\
%K-283 & 283\\
%K-409 & 409\\
%K-571 & 571\\
%\end{tabular}
%\caption{NIST aliases for SEC curves, Koblitz}
%\label{tab:nist-curves-koblitz}
%\end{table}

Event Timeline