diff options
author | lloyd <[email protected]> | 2011-05-19 12:57:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-05-19 12:57:07 +0000 |
commit | 2bceb3e60fdb7f7cb10dadfdb8535ceeaf793e86 (patch) | |
tree | 5f4cd5d9c4a61d5fee734722c1062956534f9017 /src/pubkey/ecc_key/info.txt | |
parent | 2bfbaa792c71d289d433afb9fcec173110aa7006 (diff) |
Move the curve over GF(p) code back into its own subdir
Diffstat (limited to 'src/pubkey/ecc_key/info.txt')
-rw-r--r-- | src/pubkey/ecc_key/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pubkey/ecc_key/info.txt b/src/pubkey/ecc_key/info.txt index be281d697..ceb98a79e 100644 --- a/src/pubkey/ecc_key/info.txt +++ b/src/pubkey/ecc_key/info.txt @@ -4,6 +4,7 @@ define ECC_PUBLIC_KEY_CRYPTO alloc asn1 bigint +ec_gfp ec_group numbertheory </requires> |