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
David Carlier
nettle
Commits
fe3faa93
Commit
fe3faa93
authored
20 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/ChangeLog:1.289 Rev: src/nettle/NEWS:1.19
parent
861def13
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+11
-0
11 additions, 0 deletions
ChangeLog
NEWS
+4
-3
4 additions, 3 deletions
NEWS
with
15 additions
and
3 deletions
ChangeLog
+
11
−
0
View file @
fe3faa93
2004-10-26 Niels Mller <nisse@lysator.liu.se>
* x86/arcfour-crypt.asm: Use movzbl when extending %cl to 32 bits.
2004-10-24 Niels Mller <nisse@lysator.liu.se>
* x86/arcfour-crypt.asm: Reverted the latest two changes; update
bost src and dst pointers in the loop, and use plain addb when
updating j. These two previous changes slowed the code down on AMD
Duron.
2004-10-21 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (install-shared): Use $(INSTALL_PROGRAM).
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
4
−
3
View file @
fe3faa93
...
...
@@ -24,12 +24,13 @@ NEWS for the 1.11 release
Stricter constness typing for the sexp_iterator_assoc and
sexp_iterator_check_types arguments.
Speedup
of arcfour on
older
x86 cpu:s,
in particular PII and
PPro.
Minor tweaks
of arcfour on x86 cpu:s,
to speed it up on older
x86 variants such as PII and
PPro.
The shared library is intended to be binary compatible with
nettle-1.8 - nettle-1.10. Only the minor version number of the
shared library is increased.
shared library is increased. The soname is still
libnettle.so.2.
NEWS for the 1.10 release
...
...
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