aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/numbertheory/info.txt')
-rw-r--r--src/lib/math/numbertheory/info.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/lib/math/numbertheory/info.txt b/src/lib/math/numbertheory/info.txt
new file mode 100644
index 000000000..62386c3bc
--- /dev/null
+++ b/src/lib/math/numbertheory/info.txt
@@ -0,0 +1,35 @@
+define BIGINT_MATH 20131128
+
+load_on auto
+
+<header:public>
+numthry.h
+pow_mod.h
+reducer.h
+</header:public>
+
+<header:internal>
+def_powm.h
+</header:internal>
+
+<source>
+dsa_gen.cpp
+jacobi.cpp
+make_prm.cpp
+mp_numth.cpp
+numthry.cpp
+pow_mod.cpp
+powm_fw.cpp
+powm_mnt.cpp
+primes.cpp
+reducer.cpp
+ressol.cpp
+</source>
+
+<requires>
+algo_factory
+bigint
+hash
+libstate
+rng
+</requires>