Re: A factoring algorithm




hart_wb@xxxxxxxxx wrote:
> Hi,
>
> I have a new factoring algorithm which seems to be very fast with
> certain kinds of numbers.
>
> For example it will factor numbers which are the product of two primes
> which are both of the "same kind", and fairly close together (say are
> the same length to within 3 or 4 digits -though that isn't an absolute
> requirement if you do some fiddling and have a little more time), where
> by "same kind" I mean that they are both of the form:
>
> a*b^n+c where a, b and c are "small"

Your post lacks specifics. Define "small"

Is n fixed? You said in another post that b is fixed.

If, in fact, a and c are bounded by a polylog function of b^n Then
a factorization of N = (a1 x + c1)(a2 x + c2) where a_i, c_i <
log(x)^k for
some k, then this factorization is readily found in polynomial time
(where
x = b^n.)

Numbers of this form are also susceptible to the Special Number Field
Sieve.

It is *easy* to construct limited sub-sets of the integers, possessing
special
form whose factorizations are easy.

The world does not need another O(N^1/4) algorithm.

.



Relevant Pages

  • Re: Quantum Computers breaking ciphers
    ... > is a factor in polynomial time. ... The factoring algorithm is the thing that /gives/ you the candidate. ... They no longer do my traditional winks tournament lunch - liver and bacon. ...
    (sci.crypt)
  • Re: But what if it works?
    ... Also, if you have an actual factoring algorithm, then I suggest that once ... > I've been posting about some new research where I'm investigating this ... > My usual process is to toss out new ideas, ...
    (sci.math)
  • Re: Ultimate check, new way to factor or not?
    ... polynomial time. ... a new factoring algorithm. ... Greg Rose ...
    (sci.crypt)
  • Re: JSH: SF Algorithm
    ... Why would they change their minds between now and then? ... easily factoring the RSA challenges, you are now beginning to express ... partial factorization are ... Correct me if I am wrong, but the point of the factoring algorithm ...
    (sci.math)
  • Re: JSH: Not obvious? Simple math test.
    ... factoring algorithm. ... increment alpha by 1 and go to step 2. ... Diophantine equation solutions that follow from the factoring ...
    (sci.crypt)