From 58f2d03c446490ec2daabd30a1b995500c8ae9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 24 Sep 2022 10:49:57 +0200 Subject: Fix comment. --- ocb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocb.c b/ocb.c index 37f821f7..40ad4aa7 100644 --- a/ocb.c +++ b/ocb.c @@ -79,7 +79,7 @@ ocb_set_key (struct ocb_key *key, const void *cipher, nettle_cipher_func *f) block16_mulx_be (&key->L[2], &key->L[1]); } -/* Add x^k L[2], where k is the number of trailing bits in i. */ +/* Add x^k L[2], where k is the number of trailing zero bits in i. */ static void update_offset(const struct ocb_key *key, union nettle_block16 *offset, size_t i) -- cgit v1.2.1