symm/poly1305.h: Add missing `POLY1305_TAGSZ' definition.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 7 Apr 2017 09:15:03 +0000 (10:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 7 Apr 2017 09:15:03 +0000 (10:15 +0100)
symm/poly1305.h

index bcc81c2..1442428 100644 (file)
@@ -69,6 +69,7 @@ extern const octet poly1305_keysz[];
 #define POLY1305_BLKSZ 16u
 #define POLY1305_KEYSZ 16u
 #define POLY1305_MASKSZ 16u
+#define POLY1305_TAGSZ 16u
 
 /*----- Data structures ---------------------------------------------------*/