aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:46:45 +0000
committerlloyd <[email protected]>2008-09-30 22:46:45 +0000
commitd880999c1c98178043418e990f58e4314fca4a85 (patch)
tree545aa5b2b9e9bb3204e91b1b12ce2e0cb2e1d31b
parent13d08cbe978c4cd0de01aa0120c39470508cbbcb (diff)
Move GF(p) math code from pk/ecdsa to math/gfpmath
-rw-r--r--src/math/gfpmath/curve_gfp.cpp (renamed from src/pk/ecdsa/curve_gfp.cpp)0
-rw-r--r--src/math/gfpmath/curve_gfp.h (renamed from src/pk/ecdsa/curve_gfp.h)0
-rw-r--r--src/math/gfpmath/gfp_element.cpp (renamed from src/pk/ecdsa/gfp_element.cpp)0
-rw-r--r--src/math/gfpmath/gfp_element.h (renamed from src/pk/ecdsa/gfp_element.h)0
-rw-r--r--src/math/gfpmath/gfp_modulus.h (renamed from src/pk/ecdsa/gfp_modulus.h)0
-rw-r--r--src/math/gfpmath/point_gfp.cpp (renamed from src/pk/ecdsa/point_gfp.cpp)0
-rw-r--r--src/math/gfpmath/point_gfp.h (renamed from src/pk/ecdsa/point_gfp.h)0
-rw-r--r--src/pk/ecdsa/info.txt10
8 files changed, 2 insertions, 8 deletions
diff --git a/src/pk/ecdsa/curve_gfp.cpp b/src/math/gfpmath/curve_gfp.cpp
index 89fa74c49..89fa74c49 100644
--- a/src/pk/ecdsa/curve_gfp.cpp
+++ b/src/math/gfpmath/curve_gfp.cpp
diff --git a/src/pk/ecdsa/curve_gfp.h b/src/math/gfpmath/curve_gfp.h
index 49688b5dc..49688b5dc 100644
--- a/src/pk/ecdsa/curve_gfp.h
+++ b/src/math/gfpmath/curve_gfp.h
diff --git a/src/pk/ecdsa/gfp_element.cpp b/src/math/gfpmath/gfp_element.cpp
index 686cc338b..686cc338b 100644
--- a/src/pk/ecdsa/gfp_element.cpp
+++ b/src/math/gfpmath/gfp_element.cpp
diff --git a/src/pk/ecdsa/gfp_element.h b/src/math/gfpmath/gfp_element.h
index e9850df30..e9850df30 100644
--- a/src/pk/ecdsa/gfp_element.h
+++ b/src/math/gfpmath/gfp_element.h
diff --git a/src/pk/ecdsa/gfp_modulus.h b/src/math/gfpmath/gfp_modulus.h
index 5edf44ba0..5edf44ba0 100644
--- a/src/pk/ecdsa/gfp_modulus.h
+++ b/src/math/gfpmath/gfp_modulus.h
diff --git a/src/pk/ecdsa/point_gfp.cpp b/src/math/gfpmath/point_gfp.cpp
index 23b6d4518..23b6d4518 100644
--- a/src/pk/ecdsa/point_gfp.cpp
+++ b/src/math/gfpmath/point_gfp.cpp
diff --git a/src/pk/ecdsa/point_gfp.h b/src/math/gfpmath/point_gfp.h
index 7e5aec379..7e5aec379 100644
--- a/src/pk/ecdsa/point_gfp.h
+++ b/src/math/gfpmath/point_gfp.h
diff --git a/src/pk/ecdsa/info.txt b/src/pk/ecdsa/info.txt
index 656f89d9d..860e7c1df 100644
--- a/src/pk/ecdsa/info.txt
+++ b/src/pk/ecdsa/info.txt
@@ -2,27 +2,21 @@ realname "ECDSA"
define ECDSA
-load_on auto
+load_on request
<add>
-curve_gfp.cpp
-curve_gfp.h
ec.cpp
ec.h
ec_dompar.cpp
ec_dompar.h
ecdsa.cpp
ecdsa.h
-gfp_element.cpp
-gfp_element.h
-gfp_modulus.h
-point_gfp.cpp
-point_gfp.h
</add>
<requires>
asn1
bigint
numbertheory
+gfpmath
pubkey
</requires>