aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/aead/gcm/clmul/clmul.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/aead/gcm/clmul/clmul.h')
-rw-r--r--src/modes/aead/gcm/clmul/clmul.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/modes/aead/gcm/clmul/clmul.h b/src/modes/aead/gcm/clmul/clmul.h
deleted file mode 100644
index ba197f2f7..000000000
--- a/src/modes/aead/gcm/clmul/clmul.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
-* CLMUL hook
-* (C) 2013 Jack Lloyd
-*
-* Distributed under the terms of the Botan license
-*/
-
-#include <botan/types.h>
-
-namespace Botan {
-
-void gcm_multiply_clmul(byte x[16], const byte H[16]);
-
-}