chiark / gitweb /
symm/poly1305.c: Fix daft typo in banner comment.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 Dec 2017 20:21:39 +0000 (20:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 12 Dec 2017 20:21:39 +0000 (20:21 +0000)
symm/poly1305.c

index 942aa384497ea0f077914cd13f31b183305f534c..d237d4e70b38ceef93aa8780ede847993a922b2b 100644 (file)
@@ -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