Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
861def13
Commit
861def13
authored
Oct 26, 2004
by
Niels Möller
Browse files
Use movzbl when extending %cl to 32 bits.
Rev: src/nettle/x86/arcfour-crypt.asm:1.11
parent
280e0fda
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/arcfour-crypt.asm
View file @
861def13
...
...
@@ -72,7 +72,7 @@ C andl $0xff, %ebx
movb
%
ch
,
(
%
ebp
,
%
eax
)
C
S
[
i
]
=
sj
movb
%
cl
,
(
%
ebp
,
%
ebx
)
C
S
[
j
]
=
si
addb
%
ch
,
%
cl
xorb
%
c
h
,
%
ch
C
Cl
ear
,
so
it
can
be
used
movzbl
%
c
l
,
%
ecx
C
Cl
ear
,
so
it
can
be
used
C
for
indexing.
movb
(
%
ebp
,
%
ecx
),
%
cl
xorb
(
%
esi
),
%
cl
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment