aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dl_algo/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/dl_algo/info.txt')
-rw-r--r--src/pubkey/dl_algo/info.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/pubkey/dl_algo/info.txt b/src/pubkey/dl_algo/info.txt
new file mode 100644
index 000000000..d3368765a
--- /dev/null
+++ b/src/pubkey/dl_algo/info.txt
@@ -0,0 +1,16 @@
+realname "Discrete Logarithm PK Algorithms"
+
+define DL_PUBLIC_KEY_FAMILY
+
+load_on auto
+
+<add>
+dl_algo.cpp
+dl_algo.h
+</add>
+
+<requires>
+asn1
+bigint
+dl_group
+</requires>