aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_lookup/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/pk_lookup/info.txt')
-rw-r--r--src/pubkey/pk_lookup/info.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pubkey/pk_lookup/info.txt b/src/pubkey/pk_lookup/info.txt
new file mode 100644
index 000000000..39dd4dfc2
--- /dev/null
+++ b/src/pubkey/pk_lookup/info.txt
@@ -0,0 +1,18 @@
+realname "Public Key Lookup"
+
+define PUBLIC_KEY_LOOKUP
+
+load_on dep
+
+<requires>
+asn1
+bigint
+numbertheory
+</requires>
+
+<add>
+look_pk.cpp
+look_pk.h
+pk_algs.cpp
+pk_algs.h
+</add>