29 void NTT(uint64_t* coeff_poly,
const uint64_t* root_of_unity_powers,
30 const uint64_t* precon_root_of_unity_powers, uint64_t coeff_modulus,
bool NTTCompleted()
NTTCompleted Called after completion of the Number Theoretic Transform
void set_worksize_NTT(uint64_t ws)
set_worksize_NTT Sets the work size for NTT
void NTT(uint64_t *coeff_poly, const uint64_t *root_of_unity_powers, const uint64_t *precon_root_of_unity_powers, uint64_t coeff_modulus, uint64_t n)
NTT Calls the Number Theorectic Transform