32 void INTT_int(uint64_t* coeff_poly,
const uint64_t* inv_root_of_unity_powers,
33 const uint64_t* precon_inv_root_of_unity_powers,
34 uint64_t coeff_modulus, uint64_t inv_n, uint64_t inv_n_w,
void INTT_int(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_int()
INTTCompleted_int Called after the completion of the INTT operation. Internal implementation.
void set_worksize_INTT_int(uint64_t n)
set_worksize_INTT_int Internal implementation. Sets the work size of the INTT operation ...