diff options
author | lloyd <[email protected]> | 2008-09-30 22:31:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 22:31:55 +0000 |
commit | fb8e4a0ebefb393023b13794675c6a09ba3db3bc (patch) | |
tree | 0cba8909a49b362b0fd5badee1e197a0688cd429 | |
parent | 6877a002dfb396431de6eaae446451307118dd92 (diff) |
Add missing pk/ecdsa/info.txt file
-rw-r--r-- | src/pk/ecdsa/info.txt | 28 |
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> |