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
3dbe6c4b
Commit
3dbe6c4b
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
e4a08fbb
Changes
1
Show whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
3dbe6c4b
...
...
@@ -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
.
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