Re: I was right, surrogate factoring proof
jstevh_at_msn.com
Date: 02/13/05
- Next message: D. J. Bernstein: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: David Wagner: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: Tim Peters: "Re: I was right, surrogate factoring proof"
- Next in thread: Tim Peters: "Re: I was right, surrogate factoring proof"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 13 Feb 2005 14:50:10 -0800
Tim Peters wrote:
> [JSH]
> [...]
> > The gcd of Ax with M will be a single prime factor of M, for at
least
> > one set of f_1 and f_2.
>
> As I tried to explain in simple language yesterday, you need to try
small
> numeric examples before insisting one of your methods is correct,
else you
> post methods with embarrassing failures at very small composites.
>
> You can find them yourself wrt this method simply by trying what I
> suggested. This time I'm not going to do it for you; Décio did it
for you
> with the very large RSA2048, but you're never going to figure out
what went
> wrong there. Try products of 1- and 2-digit primes to find
easy-to-analyze
> failures.
He didn't follow my instructions.
I specifically indicated that j is odd, if M is odd.
Why does that matter?
I talked about one reason, but it's obvious enough by looking at
yx^2 + Ax - M^2 = 0
with
yz^2 + Az - j^2 = 0
where what he did was have M odd and j even, which presents a problem
for balancing out evens and odds.
I find it interesting that the equations don't seem to specifically
block trying to use an odd M and an even j, which makes me wonder a
bit, so I'll think about it some more, as I could just be wrong on that
point, but then it should work.
But that's so weird...I need to think about it some more, but
regardless, he failed to follow the algorithm I gave him.
James Harris
- Next message: D. J. Bernstein: "Re: Thou shalt have no other gods before the ANSI C standard"
- Previous message: David Wagner: "Re: Thou shalt have no other gods before the ANSI C standard"
- In reply to: Tim Peters: "Re: I was right, surrogate factoring proof"
- Next in thread: Tim Peters: "Re: I was right, surrogate factoring proof"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|