add poly1305 .h

This commit is contained in:
Vincent Hanquez 2014-07-06 14:05:44 +01:00
parent 9547110a88
commit d6fb108d5a

View File

@ -32,6 +32,7 @@
typedef struct
{
uint8_t block[16]; /* previous blocks */
} poly1305_ctx;
typedef uint8_t poly1305_mac[16];