Re: (new?) factorization technique
From: Keith A. Lewis (klewis_at_OMEGA.MITRE.ORG)
Date: 05/31/05
- Next message: David Wagner: "Re: Defeating HyperThreading attacks"
- Previous message: cedric.lauradoux_at_inria.fr: "Re: Defeating HyperThreading attacks"
- Maybe in reply to: Jim Spriggs: "Re: (new?) factorization technique"
- Next in thread: Mike Amling: "Re: (new?) factorization technique"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 31 May 2005 20:19:12 +0000 (UTC)
"Dik T. Winter" <Dik.Winter@cwi.nl> writes in article <IHCtIz.LD0@cwi.nl> dated Tue, 31 May 2005 12:32:59 GMT:
>In article <tKGdnXTaJK-ebAbfRVn-oA@comcast.com> "vector" <root@localhost> writes:
> > I've written an article discussing an approach I found to finding prime
> > factorizations. I don't know if the technique is original, but I've never
> > seen it described anywhere else before. There's well-documented Java code
> > available for download that demonstrates the algorithm. I hope someone will
> > find it useful, or at least interesting.
>
>See the thread with subject "factoring integers on a classical computer in
>polynomial-time" in these newsgroups. There it is shown that such
>algorithms are not better than trial division.
But Vector's algorithm is well-suited to distributed processing, as he
points out in the blog. The total work may be the same, but it could be
farmed out to an exponentially-increasing number of computers and completed
in polynomial time.
(No, I don't have 2^100 computers.)
--Keith Lewis klewis {at} mitre.org
The above may not (yet) represent the opinions of my employer.
- Next message: David Wagner: "Re: Defeating HyperThreading attacks"
- Previous message: cedric.lauradoux_at_inria.fr: "Re: Defeating HyperThreading attacks"
- Maybe in reply to: Jim Spriggs: "Re: (new?) factorization technique"
- Next in thread: Mike Amling: "Re: (new?) factorization technique"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|