diff options
author | lloyd <[email protected]> | 2008-09-30 22:41:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 22:41:49 +0000 |
commit | 13d08cbe978c4cd0de01aa0120c39470508cbbcb (patch) | |
tree | ff93739131cbca0dbdf23a31cd4b7611faf5aa6e /src/math/numbertheory/info.txt | |
parent | 8854fe339f2e1f81091ba65c042824e8cc62cbbc (diff) |
Rearrange BigInt directories:
math/bigint - BigInt implementation
math/numbertheory - Math stuff built on top of BigInt
Coming soon: math/gfp (parts of pk/ecdsa)
Update deps in the pk files
Diffstat (limited to 'src/math/numbertheory/info.txt')
-rw-r--r-- | src/math/numbertheory/info.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/math/numbertheory/info.txt b/src/math/numbertheory/info.txt new file mode 100644 index 000000000..6ce3583c8 --- /dev/null +++ b/src/math/numbertheory/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> |