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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
2d9a849e
Commit
2d9a849e
authored
12 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Update of plan.html.
parent
42397bc9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
misc/plan.html
+6
-10
6 additions, 10 deletions
misc/plan.html
with
6 additions
and
10 deletions
misc/plan.html
+
6
−
10
View file @
2d9a849e
<?xml version="1.0" encoding="utf-8"?>
<!-- -*-mode: xml; sgml-indent-data: t; -*- -->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
@@ -28,11 +28,8 @@
...
@@ -28,11 +28,8 @@
Leave for some later release!
Leave for some later release!
</p>
</p>
<h1>
Plan for the Nettle-2.
6
release
</h1>
<h1>
Plan for the Nettle-2.
7
release
</h1>
<h2>
Documentation
</h2>
<h2>
Documentation
</h2>
<p
class=
'done'
>
Update documentation with info on SHA3.
</p>
<p
class=
'should'
>
<p
class=
'should'
>
Update NEWS file.
Update NEWS file.
</p>
</p>
...
@@ -71,11 +68,6 @@
...
@@ -71,11 +68,6 @@
nettle library, with nettle_ prefix on the symbols, and no
nettle library, with nettle_ prefix on the symbols, and no
AC_REPLACE_FUNCS.
AC_REPLACE_FUNCS.
</p>
</p>
<p
class=
'should'
>
Rename sha256 to sha2_256, and similar for other sha2 functions.
Split sha.h into sha1.h and sha2.h. For backwards compatibility,
keep sha.h with old names as aliases.
</p>
<p
class=
'should'
>
<p
class=
'should'
>
For Merkle-Damgaard hash functions, separate the state and the
For Merkle-Damgaard hash functions, separate the state and the
buffering. E.g., when using them for HMAC keyed "inner" and
buffering. E.g., when using them for HMAC keyed "inner" and
...
@@ -100,5 +92,9 @@
...
@@ -100,5 +92,9 @@
the private key is not available to the library. And without an
the private key is not available to the library. And without an
explosion of the number of functions.
explosion of the number of functions.
</p>
</p>
<p
class=
'should'
>
Make the assembly ALIGN-macro non-logarithmic, reusing the m4 log2
macro in GMP.
</p>
</body>
</body>
</html>
</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