summaryrefslogtreecommitdiffstats
path: root/old/botan/src/pubkey/dl_algo/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'old/botan/src/pubkey/dl_algo/info.txt')
-rw-r--r--old/botan/src/pubkey/dl_algo/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/old/botan/src/pubkey/dl_algo/info.txt b/old/botan/src/pubkey/dl_algo/info.txt
new file mode 100644
index 0000000..15a7751
--- /dev/null
+++ b/old/botan/src/pubkey/dl_algo/info.txt
@@ -0,0 +1,18 @@
+realname "Discrete Logarithm PK Algorithms"
+
+define DL_PUBLIC_KEY_FAMILY
+
+load_on auto
+
+<add>
+dl_algo.cpp
+dl_algo.h
+</add>
+
+<requires>
+asn1
+dl_group
+numbertheory
+pk_codecs
+rng
+</requires>