Pollard rho

created by bwebpages
(idea) by bwebpages (7.6 y) (print)   (I like it!) Tue Apr 25 2000 at 17:10:33
The pollard rho is a factorization algorithm that's fairly simple to implement, as well as efficient. The algorithm works by choosing a function in Z mod n, and a starting value x sub 1. We successivly compute x sub i=f(x sub i-1). Let d be a divisor of n. Eventually some x sub i will be congruent to x sub j mod d, and so d divides x sub i minus x sub j, and gcd of x sub i minus x sub j and n could be a factor of n.
Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.