From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: algorithms.c: Add support for Poly1305. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/2ad160b18bafeedcf82a229846326224638edd67 algorithms.c: Add support for Poly1305. --- diff --git a/catacomb-python.h b/catacomb-python.h index ecdbc30..0949562 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -62,6 +62,7 @@ #include #include #include +#include #include #include #include