summaryrefslogtreecommitdiffstats
path: root/botan/src/math/numbertheory/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'botan/src/math/numbertheory/info.txt')
-rw-r--r--botan/src/math/numbertheory/info.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/botan/src/math/numbertheory/info.txt b/botan/src/math/numbertheory/info.txt
new file mode 100644
index 0000000..1595c73
--- /dev/null
+++ b/botan/src/math/numbertheory/info.txt
@@ -0,0 +1,33 @@
+realname "Math Functions"
+
+load_on auto
+
+define BIGINT_MATH
+
+<add>
+blinding.cpp
+blinding.h
+def_powm.h
+dsa_gen.cpp
+jacobi.cpp
+make_prm.cpp
+mp_numth.cpp
+numthry.cpp
+numthry.h
+pow_mod.cpp
+pow_mod.h
+powm_fw.cpp
+powm_mnt.cpp
+primes.cpp
+reducer.cpp
+reducer.h
+ressol.cpp
+</add>
+
+<requires>
+algo_factory
+bigint
+hash
+libstate
+rng
+</requires>