diff options
Diffstat (limited to 'src/bigint/info.txt')
-rw-r--r-- | src/bigint/info.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/bigint/info.txt b/src/bigint/info.txt new file mode 100644 index 000000000..966d719d6 --- /dev/null +++ b/src/bigint/info.txt @@ -0,0 +1,48 @@ +realname "BigInt" + +load_on auto + +define BIGINT + +<requires> +hex +mp_generic +</requires> + +<add> +big_code.cpp +big_io.cpp +big_ops2.cpp +big_ops3.cpp +big_rand.cpp +bigint.cpp +bigint.h +blinding.cpp +blinding.h +def_powm.h +def_powm.cpp +divide.cpp +dsa_gen.cpp +jacobi.cpp +make_prm.cpp +mp_asm.cpp +mp_comba.cpp +mp_core.h +mp_karat.cpp +mp_misc.cpp +mp_monty.cpp +mp_mulop.cpp +mp_numth.cpp +mp_shift.cpp +mp_types.h +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> |