Re: A very fast Fermat factoring algorithm
From: quantumgecko (pete2498_at_umn.edu)
Date: 03/31/05
- Next message: Erwann ABALEA: "Re: A very fast Fermat factoring algorithm"
- Previous message: Mxsmanic: "Re: SHA1 Question"
- In reply to: quantumgecko: "A very fast Fermat factoring algorithm"
- Next in thread: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Reply: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 30 Mar 2005 20:48:20 -0800
I am well aware that a 10^9 speedup to Fermat's algorithm isn't going
to solve any RSA numbers overnight, but I was wondering if it was
anything new. I have read that the double large prime multiple
polynomial quadratic sieve (PPMPQS) uses Shanks' SQUFOF algorithm to
factor numbers in an intermediate step, and that SQUFOF replaced a
previous implimentation which used Fermat's algorithm. Since I can't
find an explanation of SQUFOF, and I don't fully understand the
explanation of PPMPQS, I thought someone else might know a way to apply
a high-speed Fermat algorithm. If, hypothetically, repeated Fermat
factorizations were the bottleneck of the PPMPQS algorithm, then indeed
a faster Fermat algorithm would have an application. If it isn't, I
was wondering if it had any academic value (i.e. publishable).
Now, it turns out that the quadratic residue technique for calculating
exclusion moduli technique IS equivalent to the exclusion moduli
technique that I was doing (though it isn't obvious why and I'll have
to figure that out). This accounts for 10^3 of the total speedup that
I've made. The remaining 10^6, a space/time tradeoff which I have not
found duplicated anywhere. Does anyone know of a way to make a
space/time tradeoff with Fermat's algorithm, and could explain it or
referenece it? If so, I'm prepared to share my algorithm because this
would mean that I haven't discovered anything new.
Thanks again for the help.
- Next message: Erwann ABALEA: "Re: A very fast Fermat factoring algorithm"
- Previous message: Mxsmanic: "Re: SHA1 Question"
- In reply to: quantumgecko: "A very fast Fermat factoring algorithm"
- Next in thread: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Reply: Pubkeybreaker: "Re: A very fast Fermat factoring algorithm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|