Time complexity to calculate the prime factorization of a large number

1k Views Asked by At

I was wondering what is the best(least) approximate time that even the fastest computers take to find prime factors of a very large integer, eg. $2000$ bit-integer, since it has various implications in cryptography for example the RSA algorithm.