X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fnumtheory%2Fcl_IF.h;h=6625e73a62e2d25bee5ee8b45d2c97246b52be2d;hb=bcf970403e0a455f0dd2eeab49324acd9f2d9948;hp=2d632db5c7030390c37f89e31ae34a1948b264e2;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/numtheory/cl_IF.h b/src/numtheory/cl_IF.h index 2d632db..6625e73 100644 --- a/src/numtheory/cl_IF.h +++ b/src/numtheory/cl_IF.h @@ -3,8 +3,10 @@ #ifndef _CL_IF_H #define _CL_IF_H -#include "cl_number.h" -#include "cl_integer.h" +#include "cln/number.h" +#include "cln/integer.h" + +namespace cln { // Table of primes > 2, < 2^16 const uint32 cl_small_prime_table_limit = 65536; @@ -48,5 +50,6 @@ extern uint32 cl_trialdivision (const cl_I& n, uint32 d1, uint32 d2); // nontrivial factor or 0. extern cl_boolean cl_miller_rabin_test (const cl_I& n, int count, cl_I* factor); +} // namespace cln #endif /* _CL_IF_H */