Multiplication of polynomials over the binary field
Chunlei Liu
TL;DR
The paper presents a fast polynomial multiplication algorithm over $GF(2)$ leveraging the Additive Fourier Transform. By decomposing the computation into evaluation (EA) and remaindering (RA) and pairing them with interpolation (IA) and dividend reconstruction (DRA), it builds a robust framework that culminates in the MA routine. A specialized SMA variant further refines the approach to achieve the claimed bit complexity of $O(n\log n(\log\log n)^2)$, thereby delivering practical, high-performance polynomial multiplication over binary fields. The method hinges on Cantor-basis representations and Gao-Mateer-style polynomial expansions to manage evaluations and remainders efficiently.
Abstract
Additive Fourier Transform is sdudied. A fast multiplication algorithm for polynomials over the binary field is given. The bit complexity of the algorithm is $O(n(log n)(\log\log n)^2)$.
