Expand description
Negacyclic NTT for multiplying a polynomial with values less than 2^32 with a binary
polynomial.
Structsยง
- Plan32
- Negacyclic NTT plan for multiplying two 32bit polynomials, where the RHS contains binary coefficients.
- Plan52
nightly - Negacyclic NTT plan for multiplying two 32bit polynomials, where the RHS contains binary
coefficients.
This can be more efficient thanPlan32, but requires the AVX512 instruction set.