Module concrete_ntt::native32

source ·
Expand description

Negacyclic NTT for multiplying two polynomials with values less than 2^32.

Structs§

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