aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:31:55 +0000
committerlloyd <[email protected]>2008-09-30 22:31:55 +0000
commitfb8e4a0ebefb393023b13794675c6a09ba3db3bc (patch)
tree0cba8909a49b362b0fd5badee1e197a0688cd429
parent6877a002dfb396431de6eaae446451307118dd92 (diff)
Add missing pk/ecdsa/info.txt file
-rw-r--r--src/pk/ecdsa/info.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/pk/ecdsa/info.txt b/src/pk/ecdsa/info.txt
new file mode 100644
index 000000000..6c78763b0
--- /dev/null
+++ b/src/pk/ecdsa/info.txt
@@ -0,0 +1,28 @@
+realname "ECDSA"
+
+define ECDSA
+
+load_on auto
+
+<add>
+curve_gfp.cpp
+curve_gfp.h
+ec.cpp
+ec.h
+ec_dompar.cpp
+ec_dompar.h
+ecdsa.cpp
+ecdsa.h
+gfp_element.cpp
+gfp_element.h
+gfp_modulus.h
+point_gfp.cpp
+point_gfp.h
+</add>
+
+<requires>
+asn1
+bigint
+math
+pubkey
+</requires>