Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
173a1ad9
Commit
173a1ad9
authored
Feb 06, 2004
by
Niels Möller
Browse files
Comment fix.
Rev: src/nettle/x86/arcfour-crypt.asm:1.6
parent
43f2f5c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/arcfour-crypt.asm
View file @
173a1ad9
...
...
@@ -28,10 +28,10 @@ C MA 02111-1307, USA.
.type
nettle_arcfour_crypt
,
@
function
nettle_arcfour_crypt:
C
save
al
l
registers
that
need
to
be
saved
pushl
%
ebx
C
1
6
(
%
esp
)
pushl
%
ebp
C
12
(
%
esp
)
pushl
%
esi
C
8
(
%
esp
)
pushl
%
edi
C
4
(
%
esp
)
pushl
%
ebx
C
1
2
(
%
esp
)
pushl
%
ebp
C
8
(
%
esp
)
pushl
%
esi
C
4
(
%
esp
)
pushl
%
edi
C
0
(
%
esp
)
C
ctx
=
20
(
%
esp
)
C
length
=
24
(
%
esp
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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