diff options
Diffstat (limited to 'src/math/info.txt')
-rw-r--r-- | src/math/info.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/math/info.txt b/src/math/info.txt new file mode 100644 index 000000000..6ce3583c8 --- /dev/null +++ b/src/math/info.txt @@ -0,0 +1,29 @@ +realname "Math Functions" + +load_on auto + +define BIGINT_MATH + +<requires> +bigint +</requires> + +<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> |