aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/bigint/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-30 22:41:49 +0000
committerlloyd <[email protected]>2008-09-30 22:41:49 +0000
commit13d08cbe978c4cd0de01aa0120c39470508cbbcb (patch)
treeff93739131cbca0dbdf23a31cd4b7611faf5aa6e /src/math/bigint/info.txt
parent8854fe339f2e1f81091ba65c042824e8cc62cbbc (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/bigint/info.txt')
-rw-r--r--src/math/bigint/info.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/math/bigint/info.txt b/src/math/bigint/info.txt
new file mode 100644
index 000000000..d6c5df763
--- /dev/null
+++ b/src/math/bigint/info.txt
@@ -0,0 +1,31 @@
+realname "BigInt"
+
+load_on auto
+
+define BIGINT
+
+<requires>
+hex
+mp_amd64|mp_asm64|mp_ia32|mp_ia32_msvc|mp_generic
+monty_generic
+mulop_generic
+</requires>
+
+<add>
+bigint.h
+divide.h
+mp_core.h
+mp_types.h
+big_code.cpp
+big_io.cpp
+big_ops2.cpp
+big_ops3.cpp
+big_rand.cpp
+bigint.cpp
+divide.cpp
+mp_asm.cpp
+mp_comba.cpp
+mp_karat.cpp
+mp_misc.cpp
+mp_shift.cpp
+</add>