diff options
author | lloyd <[email protected]> | 2014-01-01 21:20:55 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 21:20:55 +0000 |
commit | 197dc467dec28a04c3b2f30da7cef122dfbb13e9 (patch) | |
tree | cdbd3ddaec051c72f0a757db461973d90c37b97a /lib/math/mp/info.txt | |
parent | 62faac373c07cfe10bc8c309e89ebdd30d8e5eaa (diff) |
Shuffle things around. Add NIST X.509 test to build.
Diffstat (limited to 'lib/math/mp/info.txt')
-rw-r--r-- | lib/math/mp/info.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/math/mp/info.txt b/lib/math/mp/info.txt new file mode 100644 index 000000000..a47475f7b --- /dev/null +++ b/lib/math/mp/info.txt @@ -0,0 +1,23 @@ +define BIGINT_MP 20131128 + +<source> +mp_asm.cpp +mp_comba.cpp +mp_karat.cpp +mp_monty.cpp +mp_mulop.cpp +mp_misc.cpp +mp_shift.cpp +</source> + +<header:public> +mp_types.h +</header:public> + +<header:internal> +mp_core.h +</header:internal> + +<requires> +mp_x86_64|mp_x86_32|mp_x86_32_msvc|mp_generic +</requires> |