diff options
author | lloyd <[email protected]> | 2010-02-25 21:15:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-25 21:15:29 +0000 |
commit | 2208225cb9f448023b30ff42d4bda7cc4d5808f5 (patch) | |
tree | 2d085591f221d5208c4e7ed0643d22d940bcfa91 /src/pubkey | |
parent | 387dddde76c76d6d35a1758b175bda8cb554d08f (diff) |
Move contents of gfpmath to numbertheory. Adjust dependencies.
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/ec_dompar/info.txt | 3 | ||||
-rw-r--r-- | src/pubkey/ecc_key/info.txt | 1 | ||||
-rw-r--r-- | src/pubkey/ecdsa/info.txt | 1 | ||||
-rw-r--r-- | src/pubkey/eckaeg/info.txt | 1 | ||||
-rw-r--r-- | src/pubkey/gost_3410/info.txt | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/src/pubkey/ec_dompar/info.txt b/src/pubkey/ec_dompar/info.txt index b05903b69..fd40b887d 100644 --- a/src/pubkey/ec_dompar/info.txt +++ b/src/pubkey/ec_dompar/info.txt @@ -2,8 +2,7 @@ define ECC_DOMAIN_PARAMATERS <requires> asn1 -bigint filters -gfpmath +numbertheory hex </requires> diff --git a/src/pubkey/ecc_key/info.txt b/src/pubkey/ecc_key/info.txt index 92455189a..4650fb612 100644 --- a/src/pubkey/ecc_key/info.txt +++ b/src/pubkey/ecc_key/info.txt @@ -5,7 +5,6 @@ alloc asn1 bigint ec_dompar -gfpmath numbertheory pk_codecs </requires> diff --git a/src/pubkey/ecdsa/info.txt b/src/pubkey/ecdsa/info.txt index be5ac037a..799fff32f 100644 --- a/src/pubkey/ecdsa/info.txt +++ b/src/pubkey/ecdsa/info.txt @@ -5,7 +5,6 @@ alloc asn1 ec_dompar ecc_key -gfpmath libstate numbertheory rng diff --git a/src/pubkey/eckaeg/info.txt b/src/pubkey/eckaeg/info.txt index 53a744daa..cac352a2a 100644 --- a/src/pubkey/eckaeg/info.txt +++ b/src/pubkey/eckaeg/info.txt @@ -5,7 +5,6 @@ alloc asn1 ec_dompar ecc_key -gfpmath libstate numbertheory </requires> diff --git a/src/pubkey/gost_3410/info.txt b/src/pubkey/gost_3410/info.txt index 1d6c1ed17..05df445ec 100644 --- a/src/pubkey/gost_3410/info.txt +++ b/src/pubkey/gost_3410/info.txt @@ -7,7 +7,6 @@ alloc asn1 ec_dompar ecc_key -gfpmath libstate numbertheory rng |