DOI: 10.37394/23205.2025.24.8 ISSN: 2224-2872
Optimization of Quadratic Sieve Algorithm Implementation for Large Integer Factorization
Zihan Guan, Xiaodong Zhuang, Nikos E. MastorakisThe quadratic sieve method is a core tool in number theory. In this paper, we present two optimization methods for the Quadratic Sieve algorithm. In the sieving process, the original polynomial root value accumulation step is changed from the original ππ to the πππ (m is a small integer), which can change the complexity from π(π) to π ( π π ). Another optimization method is that for all parameter lookup steps, the original traversal lookup can be changed to an efficient binary search, which can change the complexity of the loop from π(π) to π(ππππ) . This enhancement reduces the computational complexity of RSA modulus factorization in practical settings.