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
55beac69
Commit
55beac69
authored
May 16, 2002
by
Niels Möller
Browse files
(AES_FINAL_ROUND): Eliminated ands.
Rev: src/nettle/sparc/aes.asm:1.106
parent
c68a5390
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
55beac69
...
...
@@ -110,13 +110,13 @@ define(<AES_FINAL_ROUND>, <
ld
[
IDX1
+
$
1
],
t1
!
1
ldub
[
wtxt
+
t1
],
t1
!
1
ld
[
wtxt
+
$
1
],
t0
!
0
ld
ub
[
wtxt
+
$
1
+
3
],
t0
!
0
!
IDX2
(
j
)
=
j
XOR
2
ldu
h
[
wtxt
+
eval
(
$
1
^
8
)],
t2
!
2
and
t0
,
255
,
t0
!
0
ldu
b
[
wtxt
+
eval
(
$
1
^
8
)
+
1
],
t2
!
2
C
and
t0
,
255
,
t0
!
0
ld
[
IDX3
+
$
1
],
t3
!
3
and
t2
,
255
,
t2
!
2
C
and
t2
,
255
,
t2
!
2
ldub
[
T
+
t1
],
t1
!
1
ldub
[
T
+
t0
],
t0
!
0
sll
t1
,
8
,
t1
!
1
...
...
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