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
Marcus Hoffmann
nettle
Commits
196436c2
Commit
196436c2
authored
May 16, 2002
by
Niels Möller
Browse files
(AES_FINAL_ROUND): Use ldub, not ld + and, to get the third byte
of wtxt. Rev: src/nettle/sparc/aes.asm:1.102
parent
6b356409
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
196436c2
...
...
@@ -79,10 +79,10 @@ define(<AES_ROUND>, <
ld
[
IDX3
+
$
1
],
t3
!
3
sll
t1
,
2
,
t1
!
1
ld
[
wtxt
+
$
1
],
t0
!
0
ld
ub
[
wtxt
+
$
1
+
3
],
t0
!
0
!
IDX2
(
j
)
=
j
XOR
2
lduh
[
wtxt
+
eval
(
$
1
^
8
)],
t2
!
2
and
t0
,
255
,
t0
!
0
C
and
t0
,
255
,
t0
!
0
ldub
[
wtxt
+
t3
],
t3
!
3
sll
t0
,
2
,
t0
!
0
...
...
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