diff options
Diffstat (limited to 'src/pubkey/ecdsa/info.txt')
-rw-r--r-- | src/pubkey/ecdsa/info.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/pubkey/ecdsa/info.txt b/src/pubkey/ecdsa/info.txt index 699c62214..6c3aec8c6 100644 --- a/src/pubkey/ecdsa/info.txt +++ b/src/pubkey/ecdsa/info.txt @@ -4,15 +4,6 @@ define ECDSA load_on auto -<add> -ec.cpp -ec.h -ecc_core.cpp -ecc_core.h -ecdsa.cpp -ecdsa.h -</add> - <requires> asn1 bigint @@ -21,3 +12,13 @@ numbertheory gfpmath pubkey </requires> + +<add> +ec.cpp +ec.h +ecc_core.cpp +ecc_core.h +ecc_op.h +ecdsa.cpp +ecdsa.h +</add> |