The Prime Factor Algorithm (PFA) [1] is a Fast Fourier Transform (FFT) algorithm [2] discovered by Good and Thomas before the more popular Cooley-Tukey algorithm with some interesting properties. The ...
This repository implements the AKS Primality Test optimized using Fast Fourier Transform (FFT) to improve polynomial multiplication performance. The AKS Primality Test is a deterministic primality ...