Skip to content
Snippets Groups Projects
Commit 3795a9be authored by Niels Möller's avatar Niels Möller
Browse files

Comment fix.

Rev: src/nettle/x86/aes-decrypt.asm:1.16
parent 3f79e3c0
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@ aes_decrypt:
.Lround_loop:
pushl %esi C save this first: we'll clobber 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment