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
Package registry
Container Registry
Model registry
Operate
Terraform modules
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
Norbert Pócs
nettle
Commits
485a9364
Commit
485a9364
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
* sparc/arcfour-crypt.asm: Bugfix, use lduh and stuh.
Rev: src/nettle/sparc/arcfour-crypt.asm:1.2
parent
442ba31e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sparc/arcfour-crypt.asm
+6
-4
6 additions, 4 deletions
sparc/arcfour-crypt.asm
with
6 additions
and
4 deletions
sparc/arcfour-crypt.asm
+
6
−
4
View file @
485a9364
...
@@ -52,7 +52,7 @@ PROLOGUE(nettle_arcfour_crypt)
...
@@ -52,7 +52,7 @@ PROLOGUE(nettle_arcfour_crypt)
be
.Lend
be
.Lend
C
Load
both
I
and
J
C
Load
both
I
and
J
ldu
w
[
CTX
+
ARCFOUR_I
],
I
ldu
h
[
CTX
+
ARCFOUR_I
],
I
and
I
,
0xff
,
J
and
I
,
0xff
,
J
srl
I
,
8
,
I
srl
I
,
8
,
I
...
@@ -79,7 +79,7 @@ PROLOGUE(nettle_arcfour_crypt)
...
@@ -79,7 +79,7 @@ PROLOGUE(nettle_arcfour_crypt)
C
Save
back
I
and
J
C
Save
back
I
and
J
sll
I
,
8
,
I
sll
I
,
8
,
I
or
I
,
J
,
I
or
I
,
J
,
I
stu
w
I
,
[
CTX
+
ARCFOUR_I
]
stu
h
I
,
[
CTX
+
ARCFOUR_I
]
.Lend:
.Lend:
ret
ret
...
@@ -90,6 +90,8 @@ EPILOGUE(nettle_arcfour_crypt)
...
@@ -90,6 +90,8 @@ EPILOGUE(nettle_arcfour_crypt)
C
Some
stats
from
adriana.lysator.liu.se
(
SS
1000
$
,
85
MHz
),
for
AES
128
C
Some
stats
from
adriana.lysator.liu.se
(
SS
1000
$
,
85
MHz
),
for
AES
128
C
1
:
nettle
-
1.13
C
-
code
C
1
:
nettle
-
1.13
C
-
code
C
2
:
First
working
version
of
the
assembler
code
C
MB
/
s
cycles
/
byte
Code
si
ze
(
byte
s
)
C
MB
/
s
cycles
/
byte
Code
si
ze
(
byte
s
)
C
1
:
6.6
12.4
132
C
1
:
6.6
12.4
132
C
2
:
5.6
14.5
116
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