aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/info.txt')
-rw-r--r--src/lib/pubkey/info.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/lib/pubkey/info.txt b/src/lib/pubkey/info.txt
new file mode 100644
index 000000000..27a332b5c
--- /dev/null
+++ b/src/lib/pubkey/info.txt
@@ -0,0 +1,41 @@
+define PUBLIC_KEY_CRYPTO 20131128
+
+<source>
+blinding.cpp
+pk_algs.cpp
+pk_keys.cpp
+pkcs8.cpp
+pubkey.cpp
+workfactor.cpp
+x509_key.cpp
+</source>
+
+<header:public>
+blinding.h
+pk_keys.h
+pk_ops.h
+pkcs8.h
+pubkey.h
+x509_key.h
+workfactor.h
+</header:public>
+
+<header:internal>
+pk_algs.h
+</header:internal>
+
+<requires>
+alloc
+asn1
+bigint
+engine
+filters
+kdf
+libstate
+oid_lookup
+pbe
+pem
+pk_pad
+rng
+algo_base
+</requires>