diff options
Diffstat (limited to 'src/pubkey/ecc_key/info.txt')
-rw-r--r-- | src/pubkey/ecc_key/info.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/pubkey/ecc_key/info.txt b/src/pubkey/ecc_key/info.txt index a57de3d0c..c1972052d 100644 --- a/src/pubkey/ecc_key/info.txt +++ b/src/pubkey/ecc_key/info.txt @@ -4,15 +4,16 @@ define ECC_PUBLIC_KEY_CRYPTO load_on auto +<add> +ecc_key.cpp +ecc_key.h +</add> + <requires> asn1 bigint ec_dompar -numbertheory gfpmath +numbertheory +pk_codecs </requires> - -<add> -ecc_key.cpp -ecc_key.h -</add> |