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
LSH
lsh
Commits
d755d995
Commit
d755d995
authored
Feb 15, 2002
by
Niels Möller
Browse files
(_aes_crypt): Moved reading of ctx->nrounds out of the loop.
Rev: src/nettle/sparc/aes.asm:1.32
parent
31aac9ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
d755d995
...
...
@@ -41,6 +41,9 @@ _aes_crypt:
add
%
fp
,
-
40
,
tmp
!
Compute
xor
,
so
that
we
can
swap
efficiently.
xor
wtxt
,
tmp
,
di
ff
ld
[
ctx
+
AES_NROUNDS
],
nround
.Lblock_loop:
!
Read
src
,
and
add
initial
subkey
mov
-
4
,
i
...
...
@@ -92,7 +95,6 @@ _aes_crypt:
!
bleu
.Lsource_loop
!
add
%
o3
,
4
,
%
o3
ld
[
ctx
+
AES_NROUNDS
],
nround
mov
1
,
round
!
4*
i:
i
...
...
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