diff options
Diffstat (limited to 'src/pubkey/ecdsa/info.txt')
-rw-r--r-- | src/pubkey/ecdsa/info.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pubkey/ecdsa/info.txt b/src/pubkey/ecdsa/info.txt new file mode 100644 index 000000000..699c62214 --- /dev/null +++ b/src/pubkey/ecdsa/info.txt @@ -0,0 +1,23 @@ +realname "ECDSA/ECKAEG" + +define ECDSA + +load_on auto + +<add> +ec.cpp +ec.h +ecc_core.cpp +ecc_core.h +ecdsa.cpp +ecdsa.h +</add> + +<requires> +asn1 +bigint +ec_dompar +numbertheory +gfpmath +pubkey +</requires> |