![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
sci.crypt archiveRe: is it sufficient to solve factoring problem
From: laicko <yichun.zhang@gmail.com>
Date: Sat Apr 29 2006 - 16:14:30 CEST
I'm trying to understand your solution in a theoretical way.
let K=f*phi(N)= e*d-1, phi(N) = 2^i *a , f= 2^j *b, then K =
>Divide K by 2 until it is odd.
>Take a random X such that 1 < X < N-1.
if X=1, it follows that: X is in subgroups with order of a's divisors,
if X=-1, it follows that: X can be rewritten as g^{2^(i-1)} where g is
>Compute the sequence X[i+1] = X[i]^2 mod N until X[i+1] = 1. and check whether X[i] = -1 or not.
X[i] != -1 and X[i+1]=1 means we could get result pair of X[i] as
|