From d6fb108d5a2baa08a87977ce03ab501db2add7fd Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 6 Jul 2014 14:05:44 +0100 Subject: [PATCH] add poly1305 .h --- cbits/cryptonite_poly1305.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cbits/cryptonite_poly1305.h b/cbits/cryptonite_poly1305.h index bfc6a53..f28d48d 100644 --- a/cbits/cryptonite_poly1305.h +++ b/cbits/cryptonite_poly1305.h @@ -32,6 +32,7 @@ typedef struct { + uint8_t block[16]; /* previous blocks */ } poly1305_ctx; typedef uint8_t poly1305_mac[16];