From a3c2107a3427fa3a8992b2b7a51db73c8bb259db Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Fri, 26 Jan 2018 18:39:47 +0100 Subject: [PATCH] typo --- src/monocypher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocypher.c b/src/monocypher.c index 9016f97..1f2fcd8 100644 --- a/src/monocypher.c +++ b/src/monocypher.c @@ -370,7 +370,7 @@ void crypto_poly1305_update(crypto_poly1305_ctx *ctx, poly_block(ctx); poly_clear_c(ctx); } - // Process the input blok by block + // Process the input block by block size_t nb_blocks = message_size / 16; size_t remainder = message_size % 16; FOR (i, 0, nb_blocks) { -- 2.47.3