]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment error
authorNiels Möller <nisse@lysator.liu.se>
Mon, 21 Feb 2022 17:35:45 +0000 (18:35 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 21 Feb 2022 17:35:45 +0000 (18:35 +0100)
x86_64/ghash-update.asm
x86_64/pclmul/ghash-update.asm

index f8055bbfda24f8980bd82daf010c36f9457b3616..f3a66210850634c1fc03c7b6c718e07ad263d4db 100644 (file)
@@ -49,7 +49,7 @@ define(`SHIFT_TABLE', `%r13')
        .file "ghash-update.asm"
 
        C const uint8_t *_ghash_update (const struct gcm_key *key,
-       C                               union gcm_block *x,
+       C                               union nettle_block16 *x,
        C                               size_t blocks, const uint8_t *data)
 
        .text
index abb7865d58d22be8bada8d2b880de3d8c43a38b4..1cd1735d85539194e4938f762ef3aa3598a3995d 100644 (file)
@@ -76,7 +76,7 @@ C additional message word, but we could perhaps interlave as many as 4, with two
 C registers left for temporaries.
 
        C const uint8_t *_ghash_update (const struct gcm_key *key,
-       C                               union gcm_block *x,
+       C                               union nettle_block16 *x,
        C                               size_t blocks, const uint8_t *data)
 
 PROLOGUE(_nettle_ghash_update)