summaryrefslogtreecommitdiffstats
path: root/old/botan/src/kdf/mgf1/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/kdf/mgf1/info.txt')
-rw-r--r--old/botan/src/kdf/mgf1/info.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/old/botan/src/kdf/mgf1/info.txt b/old/botan/src/kdf/mgf1/info.txt
new file mode 100644
index 0000000..f9e952f
--- /dev/null
+++ b/old/botan/src/kdf/mgf1/info.txt
@@ -0,0 +1,14 @@
+realname "MGF1"
+
+define MGF1
+
+load_on dep
+
+<add>
+mgf1.h
+mgf1.cpp
+</add>
+
+<requires>
+hash
+</requires>