Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
220812bc
Commit
220812bc
authored
Apr 26, 2013
by
Niels Möller
Browse files
Comment updates in umac asm files.
parent
b8bfc32f
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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