summaryrefslogtreecommitdiffstats
path: root/botan/src/modes/ecb/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/modes/ecb/info.txt')
-rw-r--r--botan/src/modes/ecb/info.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/botan/src/modes/ecb/info.txt b/botan/src/modes/ecb/info.txt
new file mode 100644
index 0000000..06b7b4f
--- /dev/null
+++ b/botan/src/modes/ecb/info.txt
@@ -0,0 +1,15 @@
+realname "ECB block cipher mode"
+
+define ECB
+
+load_on auto
+
+<add>
+ecb.cpp
+ecb.h
+</add>
+
+<requires>
+block
+mode_pad
+</requires>