summaryrefslogtreecommitdiffstats
path: root/old/botan/src/modes/eax/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/modes/eax/info.txt')
-rw-r--r--old/botan/src/modes/eax/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/botan/src/modes/eax/info.txt b/old/botan/src/modes/eax/info.txt
new file mode 100644
index 0000000..d1fc7e0
--- /dev/null
+++ b/old/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>