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 | |
parent | 2bfbaa792c71d289d433afb9fcec173110aa7006 (diff) |
Move the curve over GF(p) code back into its own subdir
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/ec_group/info.txt | 5 | ||||
-rw-r--r-- | src/pubkey/ecc_key/info.txt | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/pubkey/ec_group/info.txt b/src/pubkey/ec_group/info.txt index c611914e9..9a686feeb 100644 --- a/src/pubkey/ec_group/info.txt +++ b/src/pubkey/ec_group/info.txt @@ -2,8 +2,9 @@ define ECC_GROUP <requires> asn1 -numbertheory -pem +ec_gfp libstate +numbertheory oid_lookup +pem </requires> 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> |