aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/gfpmath/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/gfpmath/info.txt')
-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>