]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/include/internal/poly1305.h
Add support for Poly1305 in EVP_PKEY
[thirdparty/openssl.git] / crypto / include / internal / poly1305.h
index 1bc8716fca276374724c3b297554bad2c807ba11..5fef239d0f8fa34dcb290c9b84c63c5937f1ce5e 100644 (file)
@@ -9,7 +9,9 @@
 
 #include <stddef.h>
 
-#define POLY1305_BLOCK_SIZE 16
+#define POLY1305_BLOCK_SIZE  16
+#define POLY1305_DIGEST_SIZE 16
+#define POLY1305_KEY_SIZE    32
 
 typedef struct poly1305_context POLY1305;