Module concrete_ntt::native64

source ·
Expand description

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

Structs§

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