From 1227381e831cccad3aaa4f0c22667f409801f67f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 22 Feb 2022 18:00:23 +0100 Subject: Comment fix. --- x86_64/pclmul/ghash-update.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x86_64') diff --git a/x86_64/pclmul/ghash-update.asm b/x86_64/pclmul/ghash-update.asm index 1cd1735d..93cc002c 100644 --- a/x86_64/pclmul/ghash-update.asm +++ b/x86_64/pclmul/ghash-update.asm @@ -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) -- cgit v1.2.1