summaryrefslogtreecommitdiff
path: root/include/crypto/poly1305.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/poly1305.h')
-rw-r--r--include/crypto/poly1305.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/crypto/poly1305.h b/include/crypto/poly1305.h
deleted file mode 100644
index 9fcfbfeb..00000000
--- a/include/crypto/poly1305.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Common values for the Poly1305 algorithm
- */
-
-#ifndef _CRYPTO_POLY1305_H
-#define _CRYPTO_POLY1305_H
-
-#include <sodium/crypto_onetimeauth_poly1305.h>
-
-#define POLY1305_KEY_SIZE crypto_onetimeauth_poly1305_KEYBYTES
-#define POLY1305_DIGEST_SIZE crypto_onetimeauth_poly1305_BYTES
-
-#endif