summaryrefslogtreecommitdiffstats
path: root/botan/src/modes/eax/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/modes/eax/info.txt')
-rw-r--r--botan/src/modes/eax/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/botan/src/modes/eax/info.txt b/botan/src/modes/eax/info.txt
new file mode 100644
index 0000000..d1fc7e0
--- /dev/null
+++ b/botan/src/modes/eax/info.txt
@@ -0,0 +1,18 @@
+realname "EAX block cipher mode"
+
+define EAX
+
+load_on auto
+
+<add>
+eax.cpp
+eax.h
+eax_dec.cpp
+</add>
+
+<requires>
+block
+cmac
+filters
+mac
+</requires>