A Fully Pipelined FIFO Based Polynomial Multiplication Hardware Architecture Based On Number Theoretic Transform
Moslem Heidarpur, Mitra Mirhassani, Norman Chang
TL;DR
The paper tackles accelerating polynomial multiplication for Ring-LWE-based cryptography on FPGAs by designing a fully pipelined NTT-based multiplier that uses FIFO buffers to process two $n$-degree polynomials in $n/2$ clock cycles. The core approach decomposes the transform into weighting, NTT, element-wise multiplication, inverse NTT, and weight removal, augmented with Ka-based multipliers and Barrett reduction to optimize the critical path. Key contributions include a FIFO-based, fully pipelined NTT architecture for $N=256$ and $M=1{,}049{,}089$ that achieves significantly reduced throughput latency while maintaining similar or lower resource usage compared with the fastest prior work. The FPGA implementation demonstrates a competitive 0.56 $\mu$s delay and 128 clock cycles for degree-256 polynomial multiplication, enabling higher encryption throughput in PQC/FHE contexts with hardware accelerators.
Abstract
This paper presents digital hardware for computing polynomial multiplication using Number Theoretic Transform (NTT), specifically designed for implementation on Field Programmable Gate Arrays (FPGAs). Multiplying two large polynomials applies to many modern encryption schemes, including those based on Ring Learning with Error (RLWE). The proposed design uses First In, First Out (FIFO) buffers to make the design fully pipelined and capable of computing two n degree polynomials in n/2 clock cycles. This hardware proposes a two-fold reduction in the processing time of polynomial multiplication compared to state-of-the-art enabling twice as much encryption in the same amount of time. Despite that, the proposed hardware utilizes fewer resources than the fastest-reported work.
