summaryrefslogtreecommitdiffstats
path: root/botan/src/math/gfpmath/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/math/gfpmath/info.txt')
-rw-r--r--botan/src/math/gfpmath/info.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/botan/src/math/gfpmath/info.txt b/botan/src/math/gfpmath/info.txt
new file mode 100644
index 0000000..1a52144
--- /dev/null
+++ b/botan/src/math/gfpmath/info.txt
@@ -0,0 +1,22 @@
+realname "GF(p) Math"
+
+uses_tr1 yes
+
+load_on auto
+
+define BIGINT_GFP
+
+<add>
+curve_gfp.cpp
+curve_gfp.h
+gfp_element.cpp
+gfp_element.h
+gfp_modulus.h
+point_gfp.cpp
+point_gfp.h
+</add>
+
+<requires>
+bigint
+numbertheory
+</requires>