31 void INTT(uint64_t* coeff_poly,
const uint64_t* inv_root_of_unity_powers,
32 const uint64_t* precon_inv_root_of_unity_powers,
33 uint64_t coeff_modulus, uint64_t inv_n, uint64_t inv_n_w, uint64_t n);
void set_worksize_INTT(uint64_t ws)
set_worksize_INTT Sets the work size of the INTT operation
void INTT(uint64_t *coeff_poly, const uint64_t *inv_root_of_unity_powers, const uint64_t *precon_inv_root_of_unity_powers, uint64_t coeff_modulus, uint64_t inv_n, uint64_t inv_n_w, uint64_t n)
INTT Calls the Inverse Number Theoretic Transform
bool INTTCompleted()
INTTCompleted Called after the completion of the INTT operation