From: Mark Wooding Date: Tue, 12 Dec 2017 20:21:39 +0000 (+0000) Subject: symm/poly1305.c: Fix daft typo in banner comment. X-Git-Tag: 2.4.2~14 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/6ddc1550dc3c0e695526e673dfbfc03912b7fe7f symm/poly1305.c: Fix daft typo in banner comment. --- diff --git a/symm/poly1305.c b/symm/poly1305.c index 942aa384..d237d4e7 100644 --- a/symm/poly1305.c +++ b/symm/poly1305.c @@ -183,7 +183,7 @@ static void mul_r(const poly1305_ctx *ctx, felt z, const felt x) #endif -/*----- Low-level implementation for 32/64-bit targets --------------------*/ +/*----- Low-level implementation for 16/32-bit targets --------------------*/ #ifndef POLY1305_IMPL # define POLY1305_IMPL 11