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
Wim Lewis
nettle
Commits
3795a9be
Commit
3795a9be
authored
May 15, 2002
by
Niels Möller
Browse files
Comment fix.
Rev: src/nettle/x86/aes-decrypt.asm:1.16
parent
3f79e3c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
x86/aes-decrypt.asm
View file @
3795a9be
...
...
@@ -56,6 +56,9 @@ aes_decrypt:
.Lround_loop:
pushl
%
esi
C
save
this
first
:
we
'
ll
cl
obber
it
later
C
In
these
patterns
,
note
that
each
row
,
like
C
"a,d,c,b"
corresponds
to
one
*
column
*
of
the
C
array
_aes_decrypt_table.idx.
AES_ROUND
(
_aes_decrypt_table
,
a
,
d
,
c
,
b
)
pushl
%
edi
C
save
first
on
stack
...
...
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