diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/math/gfpmath/info.txt | 15 | ||||
-rw-r--r-- | src/math/numbertheory/curve_gfp.h (renamed from src/math/gfpmath/curve_gfp.h) | 0 | ||||
-rw-r--r-- | src/math/numbertheory/info.txt | 3 | ||||
-rw-r--r-- | src/math/numbertheory/point_gfp.cpp (renamed from src/math/gfpmath/point_gfp.cpp) | 0 | ||||
-rw-r--r-- | src/math/numbertheory/point_gfp.h (renamed from src/math/gfpmath/point_gfp.h) | 0 | ||||
-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 |
10 files changed, 4 insertions, 21 deletions
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt deleted file mode 100644 index 482773cda..000000000 --- a/src/math/gfpmath/info.txt +++ /dev/null @@ -1,15 +0,0 @@ -define BIGINT_GFP - -<header:public> -curve_gfp.h -point_gfp.h -</header:public> - -<source> -point_gfp.cpp -</source> - -<requires> -bigint -numbertheory -</requires> diff --git a/src/math/gfpmath/curve_gfp.h b/src/math/numbertheory/curve_gfp.h index 697065dfe..697065dfe 100644 --- a/src/math/gfpmath/curve_gfp.h +++ b/src/math/numbertheory/curve_gfp.h diff --git a/src/math/numbertheory/info.txt b/src/math/numbertheory/info.txt index 19abfaaa0..58851e055 100644 --- a/src/math/numbertheory/info.txt +++ b/src/math/numbertheory/info.txt @@ -4,7 +4,9 @@ define BIGINT_MATH <header:public> blinding.h +curve_gfp.h numthry.h +point_gfp.h pow_mod.h reducer.h </header:public> @@ -20,6 +22,7 @@ jacobi.cpp make_prm.cpp mp_numth.cpp numthry.cpp +point_gfp.cpp pow_mod.cpp powm_fw.cpp powm_mnt.cpp diff --git a/src/math/gfpmath/point_gfp.cpp b/src/math/numbertheory/point_gfp.cpp index 06c42d18c..06c42d18c 100644 --- a/src/math/gfpmath/point_gfp.cpp +++ b/src/math/numbertheory/point_gfp.cpp diff --git a/src/math/gfpmath/point_gfp.h b/src/math/numbertheory/point_gfp.h index 0741b5e56..0741b5e56 100644 --- a/src/math/gfpmath/point_gfp.h +++ b/src/math/numbertheory/point_gfp.h 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 |