From: Loup Vaillant Date: Fri, 26 Jan 2018 17:39:47 +0000 (+0100) Subject: typo X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=a3c2107a3427fa3a8992b2b7a51db73c8bb259db;p=Monocypher.git typo --- 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) {