Module native_binary32

Module native_binary32 

Source
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.
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.