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
777791f9
Commit
777791f9
authored
May 16, 2002
by
Niels Möller
Browse files
(AES_FINAL_ROUND): Some reordering.
Rev: src/nettle/sparc/aes.asm:1.107
parent
55beac69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
777791f9
...
...
@@ -108,17 +108,15 @@ C The comments mark which j in T->table[j][ Bj(wtxt[IDXi(i)]) ]
C
the
instruction
is
a
part
of.
define
(
<
AES_FINAL_ROUND
>
,
<
ld
[
IDX1
+
$
1
],
t1
!
1
ldub
[
wtxt
+
$
1
+
3
],
t0
!
0
ldub
[
wtxt
+
t1
],
t1
!
1
ldub
[
T
+
t0
],
t0
!
0
ldub
[
T
+
t1
],
t1
!
1
ldub
[
wtxt
+
$
1
+
3
],
t0
!
0
!
IDX2
(
j
)
=
j
XOR
2
ldub
[
wtxt
+
eval
(
$
1
^
8
)
+
1
],
t2
!
2
C
and
t0
,
255
,
t0
!
0
ld
[
IDX3
+
$
1
],
t3
!
3
C
and
t2
,
255
,
t2
!
2
ldub
[
T
+
t1
],
t1
!
1
ldub
[
T
+
t0
],
t0
!
0
sll
t1
,
8
,
t1
!
1
ldub
[
wtxt
+
t3
],
t3
!
3
...
...
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