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
4785c782
Commit
4785c782
authored
5 years ago
by
Daan Sprenkels
Browse files
Options
Downloads
Patches
Plain Diff
Add Ed25519 to results
parent
e4de7503
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
results.tex
+14
-1
14 additions, 1 deletion
results.tex
with
14 additions
and
1 deletion
results.tex
+
14
−
1
View file @
4785c782
...
...
@@ -20,7 +20,11 @@ none of our implementations exceed the performance of Curve25519.
\ctable
[
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.
}
,
on the
{
Sandy Bridge
}
(SB),
{
Ivy Bridge
}
(IB),
{
Haswell
}
(H) and
{
Cortex M4
}
(M4) architectures.
For completeness (by the request of our reviewers), 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
}{
\tnote
[a]
{
As reported in the respective publication.
}
...
...
@@ -28,6 +32,11 @@ 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.
}
}{
\hline
\textbf
{
Implementation
}
&
\textbf
{
SB
}
&
\textbf
{
IB
}
&
\textbf
{
H
}
&
\textbf
{
M4
}
\\
...
...
@@ -41,6 +50,10 @@ none of our implementations exceed the performance of Curve25519.
Curve25519~(
\cite
{
FA17
}
)
&
--
&
--
&
--
&
$
907
\,
240
$
\tmark
[a]
\\
Curve25519~(
\cite
{
HL19
}
)
&
--
&
--
&
--
&
$
626
\,
719
$
\tmark
[a]
\\
Curve13318~(
\textbf
{
this work
}
)
&
$
389
\,
546
$
\tmark
[b]
&
$
382
\,
966
$
\tmark
[b]
&
$
204
\,
643
$
\tmark
[b]
&
$
1
\,
797
\,
451
$
\tmark
[b]
\\
Ed25519 verify
&
$
221
\,
988
$
\tmark
[d]
&
$
206
\,
080
$
\tmark
[d]
&
$
184
\,
052
$
\tmark
[d]
&
--
\\
% SB: SUPERCOP h6sandy
% IB: SUPERCOP manny613
% H: SUPERCOP genji202
\hline
\hline
\textbf
{
slowdown
}
&
$
2
.
45
\times
$
&
$
2
.
44
\times
$
&
$
1
.
47
\times
$
&
$
2
.
87
\times
$
% \textbf{slowdown} & $2.5\times$ & $2.4\times$ & $1.5\times$ & $2.9\times$
...
...
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