0 Members and 1 Guest are viewing this topic.
Computing phi(n) is polynomial-time equivalent to factoring n. It is generally accepted that the two problems are equally hard.
QuoteComputing phi(n) is polynomial-time equivalent to factoring n. It is generally accepted that the two problems are equally hard."equally hard" in the sense of "the only way we know HOW to find phi(n) is to factor n, hence, they take the same amount of time". But i'm suggesting to find a different way to find phi(n)
The idea of this thread was to create better alternatives for the current algorithms, so what are your ideas to make it faster?
The matrix step for the QS and the NFS use the same algorithm, which, unfortunately, cannot be easily distributed over a network.