Re: A very fast Fermat factoring algorithm
From: Pubkeybreaker (Robert_silverman_at_raytheon.com)
Date: 03/30/05
- Next message: Pubkeybreaker: "Re: Critiquing surrogate factoring"
- Previous message: rand007_at_gmail.com: "PKI book"
- In reply to: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Next in thread: quantumgecko: "Re: A very fast Fermat factoring algorithm"
- Reply: quantumgecko: "Re: A very fast Fermat factoring algorithm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Mar 2005 07:10:59 -0800
In fact, there are a several known techniques to speed Fermat
factoring.
One such is Sherman Lehman's technique that changes the algorithm from
O(sqrt(N)) to O(cuberoot(N)) via the use of weights that run through
Farey
sequences. This gives much more than just a constant time improvement
and it still just a Fermat variant.
Another is a very old technique that uses exclusion moduli to restrict
the
search space. If we have x^2 - y^2 = N, then x is a quad. res. One
can look at
N mod various primes. Then x modulo those primes must be a quad. res.
This can sharply reduce the values of x that must be searched. This
technique is
quite old (I know it was implemented by Lehmer back in the 30's when
he built
his photo-electric mechanical sieve; later implemented on his
delay-line sieves)
Please tell us what technique you are proposing.
- Next message: Pubkeybreaker: "Re: Critiquing surrogate factoring"
- Previous message: rand007_at_gmail.com: "PKI book"
- In reply to: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Next in thread: quantumgecko: "Re: A very fast Fermat factoring algorithm"
- Reply: quantumgecko: "Re: A very fast Fermat factoring algorithm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|