chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
symm/poly1305.h: Add missing `POLY1305_TAGSZ' definition.
[catacomb]
/
symm
/
poly1305.h
diff --git
a/symm/poly1305.h
b/symm/poly1305.h
index bcc81c29b2d9dd0d36ea66c10e136de331976981..144242832bdc33fca44a001d085770d8d3ae59b2 100644
(file)
--- a/
symm/poly1305.h
+++ b/
symm/poly1305.h
@@
-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 ---------------------------------------------------*/