English

A Fully Pipelined FIFO Based Polynomial Multiplication Hardware Architecture Based On Number Theoretic Transform

Hardware Architecture 2025-01-22 v1

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.

Keywords

Cite

@article{arxiv.2501.11867,
  title  = {A Fully Pipelined FIFO Based Polynomial Multiplication Hardware Architecture Based On Number Theoretic Transform},
  author = {Moslem Heidarpur and Mitra Mirhassani and Norman Chang},
  journal= {arXiv preprint arXiv:2501.11867},
  year   = {2025}
}

Comments

art of our code is publicly available at https://github.com/mheidarpur/fpntt

R2 v1 2026-06-28T21:12:01.614Z