summaryrefslogtreecommitdiffstats
path: root/botan/src/s2k/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/s2k/info.txt')
-rw-r--r--botan/src/s2k/info.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/botan/src/s2k/info.txt b/botan/src/s2k/info.txt
new file mode 100644
index 0000000..e603fd9
--- /dev/null
+++ b/botan/src/s2k/info.txt
@@ -0,0 +1,13 @@
+realname "String to Key Functions"
+
+load_on auto
+
+<add>
+s2k.cpp
+s2k.h
+</add>
+
+<requires>
+rng
+sym_algo
+</requires>