Skip to content
Snippets Groups Projects
Commit c18649d8 authored by Daan Sprenkels's avatar Daan Sprenkels
Browse files

Cram the paper back into 20 pages

parent 9858aedb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
% Algorithms
\usepackage{algorithm}
\usepackage{algpseudocode}
\usepackage[noend]{algpseudocode}
\usepackage{minted}
\setminted{fontsize=\small}
......
......@@ -553,4 +553,10 @@
title = {{RM0090 reference manual}},
year = 2019,
note = {\url{https://www.st.com/content/ccc/resource/technical/document/reference_manual/3d/6d/5a/66/b4/99/40/d4/DM00031020.pdf/files/DM00031020.pdf/jcr:content/translations/en.DM00031020.pdf}},
}
@misc{EBACS,
author = {Daniel J. Bernstein and Tanja Lange},
title = {{eBACS: ECRYPT Benchmarking of Cryptographic Systems}},
note = {\url{https://bench.cr.yp.to/results-sign.html} (accessed 2019-10-03)},
}
\ No newline at end of file
......@@ -21,9 +21,6 @@ none of our implementations exceed the performance of Curve25519.
caption = {Measured cycle counts
of the variable-basepoint scalar-multiplication routines
on the {Sandy Bridge} (SB), {Ivy Bridge} (IB), {Haswell} (H) and {Cortex M4} (M4) architectures.
For completeness, we have included cycle
counts for Ed25519 signatures verification (which is the operation in Ed25519
that computes variable-basepoint scalar-multiplication).
},
label = tab:benchmarks
]{lrrrr}{
......@@ -32,11 +29,15 @@ none of our implementations exceed the performance of Curve25519.
\tnote[c]{As reported in~\cite{FL15}.
This publication expressed their benchmarks in \unit{kcc}.
As such, this value has been padded with zeros.}
\tnote[d]{Cycle counts reported on Bernstein's eBACS website.
The Sandy Bridge, Ivy Bridge and Haswell cycle counts were selected from the
tables for the \texttt{h6sandy}, \texttt{manny613} and \texttt{genji202} machines respectively.
It is unclear to the authors which implementations were used to construct
these cycle counts.}
\tnote[d]{Cycle counts reported on Bernstein and Lange's eBACS website~\cite{EBACS};
included for the sake of completeness.
The SB, IB and H measurements were selected from the
tables for the
\texttt{h6sandy}, \texttt{manny613} and \texttt{genji202} machines respectively.
At the moment of writing,
it is unclear to the authors which implementations were used to construct
these cycle counts.
}
}{
\hline
\textbf{Implementation} & \textbf{SB} & \textbf{IB} & \textbf{H} & \textbf{M4} \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment