Module concrete_ntt::native_binary32

source ·
Expand description

Negacyclic NTT for multiplying a polynomial with values less than 2^32 with a binary polynomial.

Structs§

  • Negacyclic NTT plan for multiplying two 32bit polynomials, where the RHS contains binary coefficients.
  • Plan52nightly
    Negacyclic NTT plan for multiplying two 32bit polynomials, where the RHS contains binary coefficients.
    This can be more efficient than Plan32, but requires the AVX512 instruction set.