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
Brian Smith
nettle
Commits
220812bc
Commit
220812bc
authored
Apr 26, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment updates in umac asm files.
parent
b8bfc32f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
x86_64/umac-nh-n.asm
x86_64/umac-nh-n.asm
+1
-1
x86_64/umac-nh.asm
x86_64/umac-nh.asm
+1
-1
No files found.
x86_64/umac-nh-n.asm
View file @
220812bc
...
...
@@ -47,7 +47,7 @@ C aligned.
.file
"
umac
-
nh
-
n.asm
"
C
umac_nh_n
(
uint64_t
*
out
,
unsigned
n
,
const
uint32_t
*
key
,
C
si
ze_t
length
,
const
uint8_t
*
msg
)
C
unsigned
length
,
const
uint8_t
*
msg
)
.text
ALIGN
(
16
)
PROLOGUE
(
_nettle_umac_nh_n
)
...
...
x86_64/umac-nh.asm
View file @
220812bc
...
...
@@ -34,7 +34,7 @@ C aligned.
.file
"
umac
-
nh.asm
"
C
umac_nh
(
const
uint32_t
*
key
,
si
ze_t
length
,
const
uint8_t
*
msg
)
C
umac_nh
(
const
uint32_t
*
key
,
unsigned
length
,
const
uint8_t
*
msg
)
.text
ALIGN
(
16
)
PROLOGUE
(
_nettle_umac_nh
)
...
...
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