31 void NTT_int(uint64_t* coeff_poly,
const uint64_t* root_of_unity_powers,
32 const uint64_t* precon_root_of_unity_powers,
33 uint64_t coeff_modulus, uint64_t n);
bool NTTCompleted_int()
NTTCompleted_int Called after completion of the Number Theoretic Transform. Internal implementation...
void set_worksize_NTT_int(uint64_t n)
set_worksize_NTT_int Sets the work size for NTT. Internal implementation.
void NTT_int(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_int Calls the Number Theorectic Transform. Internal implementation.