]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 22 Feb 2022 17:00:23 +0000 (18:00 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 22 Feb 2022 17:00:23 +0000 (18:00 +0100)
x86_64/pclmul/ghash-update.asm

index 1cd1735d85539194e4938f762ef3aa3598a3995d..93cc002cb291987d3af8fc81e188f04fbbba44ff 100644 (file)
@@ -75,7 +75,7 @@ C blocks, we need additionan D ang H registers (for powers of the key) and the
 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 const uint8_t *_ghash_update (const struct gcm_key *ctx,
        C                               union nettle_block16 *x,
        C                               size_t blocks, const uint8_t *data)