Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wim Lewis
nettle
Commits
25ce12d0
Commit
25ce12d0
authored
Oct 22, 2014
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated release plan
parent
cfdaad9f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+18
-9
18 additions, 9 deletions
misc/plan.html
with
18 additions
and
9 deletions
misc/plan.html
+
18
−
9
View file @
25ce12d0
...
...
@@ -13,8 +13,8 @@
<body>
<h1>
Nettle release plans
</h1>
<p>
This is an attempt at defining a development target for
Nettle-3.1, inspired by similar pages for recent GMP releases.
[Last
updated 2014-
09-07
]
</p>
Nettle-3.1, inspired by similar pages for recent GMP releases.
[Last
updated 2014-
10-22
]
</p>
<p
class=
'should'
>
This really ought to be done before release
</p>
...
...
@@ -37,11 +37,12 @@
</p>
<h2>
New features
</h2>
<p
class=
'should'
>
Add support for curve25519. What about the "x25519" name?
<p
class=
'done'
>
Add support for curve25519.
<span
class=
'should'
>
What about the
"x25519" name?
</span>
</p>
<p
class=
'
should
'
>
Add support for Ed
DSA
25519 signatures.
<p
class=
'
done
'
>
Add support for Ed25519 signatures.
</p>
<p
class=
'wish'
>
Add larger "safe" curves, e.g., M-383, curve41417 and E-521.
...
...
@@ -68,6 +69,12 @@
<p
class=
'should'
>
Assembly optimizations for ARMv8 (64-bit).
</p>
<p
class=
'wish'
>
Further optimizations of curve25519 and EdDSA, in particular,
radix 51 modp operations,
and
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
efficient
</a>
point addition.
</p>
<h2>
Miscellaneous
</h2>
<p
class=
'should'
>
...
...
@@ -128,9 +135,11 @@
<p
class=
'should'
>
Reorganize private key operations. Need to support RSA with and
without blinding, and DSA according to spec and some deterministic
variant (like putty), and possibly also smartcard versions where
the private key is not available to the library. And without an
explosion of the number of functions.
variant (like putty
or
<a
href=
'http://tools.ietf.org/html/rfc6979'
>
RFC6979
</a>
), and
possibly also smartcard versions where the private key is not
available to the library. And without an explosion of the number
of functions.
</p>
</body>
</html>
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