diff options
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 |