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
Dmitry Baryshkov
nettle
Commits
e22aec2e
Commit
e22aec2e
authored
11 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Updated plan.html.
parent
a7eb86b4
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
+5
-2
5 additions, 2 deletions
misc/plan.html
with
5 additions
and
2 deletions
misc/plan.html
+
5
−
2
View file @
e22aec2e
...
...
@@ -55,8 +55,8 @@
Do separate aes128_ctx, etc, with smaller allocation for subkeys.
</p>
<p
class=
'wish'
>
Consider doing the same separation for camellia
, cast128, and
twofish
, which also use fewer subkeys for shorter key sizes.
Consider doing the same separation for camellia
(and possibly
cast128)
, which also use fewer subkeys for shorter key sizes.
</p>
<p
class=
'should'
>
Don't require initialization of *dst_length for base*_decode_update.
...
...
@@ -93,6 +93,9 @@
<p
class=
'done'
>
Fix dependency problems with
<tt>
--disable-static
</tt>
.
</p>
<p
class=
'should'
>
Make the time consuming ecc_curve_check in eccdata.c optional.
</p>
<h2>
Testing
</h2>
<p>
Since xenofarm isn't up and running, do some manual testing:
...
...
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