aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:49:01 +0000
committerlloyd <[email protected]>2008-09-30 22:49:01 +0000
commit37661c5887da26bed48f5844c704a9b827bd7204 (patch)
treef1f93bcadb0f9ea147ea196d672869372f4fbe0b /src
parentd880999c1c98178043418e990f58e4314fca4a85 (diff)
Forgot info.txt for gfpmath
Diffstat (limited to 'src')
-rw-r--r--src/math/gfpmath/info.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/math/gfpmath/info.txt b/src/math/gfpmath/info.txt
new file mode 100644
index 000000000..ab4e440df
--- /dev/null
+++ b/src/math/gfpmath/info.txt
@@ -0,0 +1,20 @@
+realname "GF(p) Math"
+
+load_on request
+
+define BIGINT_GFP
+
+<requires>
+bigint
+numbertheory
+</requires>
+
+<add>
+curve_gfp.cpp
+curve_gfp.h
+gfp_element.cpp
+gfp_element.h
+gfp_modulus.h
+point_gfp.cpp
+point_gfp.h
+</add>