English

Deterministic Integer Factorization Algorithms

Data Structures and Algorithms 2022-04-25 v3

Abstract

A new integer deterministic factorization algorithm, rated at arithmetic operations to O(N1/6+ε)O(N^{1/6+\varepsilon}) arithmetic operations, is presented in this note. Equivalently, given the least (logN)/6(\log N)/6 bits of a factor of the balanced integer N=pqN = pq, where pp and qq are primes, the algorithm factors the integer in polynomial time O(log(N)c)O(\log(N)^c), with c0c \geq 0 constant, and ε>0\varepsilon > 0 an arbitrarily small number. It improves the current deterministic factorization algorithm, rated at arithmetic operations to O(N1/5+ε)O(N^{1/5+\varepsilon}) arithmetic operations.

Keywords

Cite

@article{arxiv.1308.2891,
  title  = {Deterministic Integer Factorization Algorithms},
  author = {N. A. Carella},
  journal= {arXiv preprint arXiv:1308.2891},
  year   = {2022}
}

Comments

Ten Pages. Keywords: Integer Factoring, Fermat Method, Deterministic Algorithm, Algorithm Complexity, Exponential Time, Polynomial Time

R2 v1 2026-06-22T01:08:43.464Z