Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
767b782a
Commit
767b782a
authored
Sep 06, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release plan.
parent
21f197b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
17 deletions
+14
-17
misc/plan.html
misc/plan.html
+14
-17
No files found.
misc/plan.html
View file @
767b782a
...
...
@@ -28,30 +28,29 @@
Leave for some later release!
</p>
<h1>
Plans for nettle-3.
2
</h1>
<h1>
Plans for nettle-3.
3
</h1>
<h2>
New features
</h2>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Add larger "safe" curves, e.g., M-383, curve41417, curve448 and
E-521.
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Add functions for converting ECC points to and from ANSI x9.62.
</p>
<p
class=
'wish'
>
Use side-channel silent GMP functions for RSA and DSA. May require
additional interface changes, to use mpn functions.
<p
class=
'done'
>
Use side-channel silent mpz_powm_sec for RSA and DSA.
</p>
<p
class=
'
wish
'
>
Side-channel silent mem
_
eq
ualp
.
<p
class=
'
done
'
>
Side-channel silent memeq
l_sec
.
</p>
<h2>
Optimizations
</h2>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Assembly optimizations for ARMv8 (64-bit).
</p>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Further optimizations of curve25519 and EdDSA, in particular,
<a
href=
'http://www.hyperelliptic.org/EFD/g1p/auto-twisted-extended-1.html#addition-add-2008-hwcd-3'
>
more
...
...
@@ -59,22 +58,20 @@
</p>
<h2>
Miscellaneous
</h2>
<p
class=
'wish'
>
<p
class=
'done'
>
Use GMP-5 functions unconditionally.
</p>
<p
class=
'postponed'
>
Use more functions from GMP-6 and later, when available:
mpn_sec_add_1, mpn_sec_tabselect, mpn_sec_invert, mpn_cnd_swap,
...
</p>
<h2>
Documentation
</h2>
<p
class=
'done'
>
Update SHA3 documentation.
</p>
<p
class=
'done'
>
Update and extend RSA documentation.
<p
class=
'should'
>
Document memeql_sec.
</p>
<h2>
Build system
</h2>
<p
class=
'
wish
'
>
<p
class=
'
postponed
'
>
Update AX_CREATE_STDINT_H to the latest version.
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment