chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac082cc
)
symm/poly1305.h: Add missing `POLY1305_TAGSZ' definition.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Apr 2017 09:15:03 +0000
(10:15 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 7 Apr 2017 09:15:03 +0000
(10:15 +0100)
symm/poly1305.h
patch
|
blob
|
blame
|
history
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 ---------------------------------------------------*/