summaryrefslogtreecommitdiffstats
path: root/botan/src/pubkey/if_algo/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/pubkey/if_algo/info.txt')
-rw-r--r--botan/src/pubkey/if_algo/info.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/botan/src/pubkey/if_algo/info.txt b/botan/src/pubkey/if_algo/info.txt
new file mode 100644
index 0000000..d2142f4
--- /dev/null
+++ b/botan/src/pubkey/if_algo/info.txt
@@ -0,0 +1,22 @@
+realname "Integer Factorization Algorithms"
+
+define IF_PUBLIC_KEY_FAMILY
+
+load_on dep
+
+<add>
+if_algo.cpp
+if_algo.h
+if_core.cpp
+if_core.h
+if_op.cpp
+if_op.h
+</add>
+
+<requires>
+asn1
+bigint
+libstate
+numbertheory
+pk_codecs
+</requires>