Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
b8f8c56d
Commit
b8f8c56d
authored
Apr 16, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comment typo.
parent
93037338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
x86_64/umac-nh-n.asm
x86_64/umac-nh-n.asm
+2
-1
No files found.
x86_64/umac-nh-n.asm
View file @
b8f8c56d
...
...
@@ -40,6 +40,7 @@ define(<XY1>, <%xmm13>)
C
Copy
[
0
,
1
,
2
,
3
]
to
[
1
,
1
,
3
,
3
]
define
(
<
HI2LO
>
,
<
pshufd
<
$
>
0xf5
,
>
)
C
FIXME
:
Would
be
nice
if
we
could
force
the
key
array
to
be
16
-
byte
C
al
igned.
...
...
@@ -61,7 +62,7 @@ PROLOGUE(_nettle_umac_nh_n)
movups
16
(
KEY
),
XT2
movups
32
(
KEY
),
XK2
lea
48
(
KEY
),
KEY
C
Leave
XK2
untuched
,
and
put
permuted
keys
in
XK0
,
XK1
,
XT2
,
XT3
C
Leave
XK2
unt
o
uched
,
and
put
permuted
keys
in
XK0
,
XK1
,
XT2
,
XT3
movaps
XK0
,
XT0
movaps
XK0
,
XK1
...
...
Write
Preview
Markdown
is supported
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