#ifndef CL_INTEGER_CRA #define CL_INTEGER_CRA #include #include namespace cln { extern cl_I integer_cra(const std::vector& residues, const std::vector& moduli); } #endif // CL_INTEGER_CRA