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 c67122348..4ca020ad5 100644 --- a/src/pubkey/ecdsa/info.txt +++ b/src/pubkey/ecdsa/info.txt @@ -4,15 +4,6 @@ define ECDSA load_on auto -<requires> -asn1 -bigint -ec_dompar -ecc_key -numbertheory -gfpmath -</requires> - <add> ecdsa.cpp ecdsa.h @@ -21,3 +12,13 @@ ecdsa_core.h ecdsa_op.cpp ecdsa_op.h </add> + +<requires> +asn1 +ec_dompar +ecc_key +gfpmath +libstate +numbertheory +rng +</requires> |