Skip to content
Snippets Groups Projects
Commit 220812bc authored by Niels Möller's avatar Niels Möller
Browse files

Comment updates in umac asm files.

parent b8bfc32f
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ C aligned. ...@@ -47,7 +47,7 @@ C aligned.
.file "umac-nh-n.asm" .file "umac-nh-n.asm"
C umac_nh_n(uint64_t *out, unsigned n, const uint32_t *key, C umac_nh_n(uint64_t *out, unsigned n, const uint32_t *key,
C size_t length, const uint8_t *msg) C unsigned length, const uint8_t *msg)
.text .text
ALIGN(16) ALIGN(16)
PROLOGUE(_nettle_umac_nh_n) PROLOGUE(_nettle_umac_nh_n)
......
...@@ -34,7 +34,7 @@ C aligned. ...@@ -34,7 +34,7 @@ C aligned.
.file "umac-nh.asm" .file "umac-nh.asm"
C umac_nh(const uint32_t *key, size_t length, const uint8_t *msg) C umac_nh(const uint32_t *key, unsigned length, const uint8_t *msg)
.text .text
ALIGN(16) ALIGN(16)
PROLOGUE(_nettle_umac_nh) PROLOGUE(_nettle_umac_nh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment