Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
curve13318-paper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amber Sprenkels
curve13318-paper
Commits
c18649d8
Commit
c18649d8
authored
5 years ago
by
Daan Sprenkels
Browse files
Options
Downloads
Patches
Plain Diff
Cram the paper back into 20 pages
parent
9858aedb
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
curve13318.tex
+1
-1
1 addition, 1 deletion
curve13318.tex
refs.bib
+6
-0
6 additions, 0 deletions
refs.bib
results.tex
+9
-8
9 additions, 8 deletions
results.tex
with
16 additions
and
9 deletions
curve13318.tex
+
1
−
1
View file @
c18649d8
...
...
@@ -40,7 +40,7 @@
% Algorithms
\usepackage
{
algorithm
}
\usepackage
{
algpseudocode
}
\usepackage
[noend]
{
algpseudocode
}
\usepackage
{
minted
}
\setminted
{
fontsize=
\small
}
...
...
This diff is collapsed.
Click to expand it.
refs.bib
+
6
−
0
View file @
c18649d8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
results.tex
+
9
−
8
View file @
c18649d8
...
...
@@ -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
}
\\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment