summaryrefslogtreecommitdiffstats
path: root/botan/src/pubkey/ecc_key/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/pubkey/ecc_key/info.txt')
-rw-r--r--botan/src/pubkey/ecc_key/info.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/botan/src/pubkey/ecc_key/info.txt b/botan/src/pubkey/ecc_key/info.txt
new file mode 100644
index 0000000..2a3c9a3
--- /dev/null
+++ b/botan/src/pubkey/ecc_key/info.txt
@@ -0,0 +1,20 @@
+realname "ECC Public Key"
+
+define ECC_PUBLIC_KEY_CRYPTO
+
+load_on auto
+
+<add>
+ecc_key.cpp
+ecc_key.h
+</add>
+
+<requires>
+alloc
+asn1
+bigint
+ec_dompar
+gfpmath
+numbertheory
+pk_codecs
+</requires>