A complete implementation of Fast Fourier Transform (FFT) using the Quadratic Residue Number System (QRNS) with Montgomery modular arithmetic, providing a hardware-friendly alternative to conventional complex-valued FFT implementations.
-
Updated
Nov 29, 2025 - Python