aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/numbertheory/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-01 21:20:55 +0000
committerlloyd <[email protected]>2014-01-01 21:20:55 +0000
commit197dc467dec28a04c3b2f30da7cef122dfbb13e9 (patch)
treecdbd3ddaec051c72f0a757db461973d90c37b97a /src/math/numbertheory/info.txt
parent62faac373c07cfe10bc8c309e89ebdd30d8e5eaa (diff)
Shuffle things around. Add NIST X.509 test to build.
Diffstat (limited to 'src/math/numbertheory/info.txt')
-rw-r--r--src/math/numbertheory/info.txt35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/math/numbertheory/info.txt b/src/math/numbertheory/info.txt
deleted file mode 100644
index 62386c3bc..000000000
--- a/src/math/numbertheory/info.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-define BIGINT_MATH 20131128
-
-load_on auto
-
-<header:public>
-numthry.h
-pow_mod.h
-reducer.h
-</header:public>
-
-<header:internal>
-def_powm.h
-</header:internal>
-
-<source>
-dsa_gen.cpp
-jacobi.cpp
-make_prm.cpp
-mp_numth.cpp
-numthry.cpp
-pow_mod.cpp
-powm_fw.cpp
-powm_mnt.cpp
-primes.cpp
-reducer.cpp
-ressol.cpp
-</source>
-
-<requires>
-algo_factory
-bigint
-hash
-libstate
-rng
-</requires>