|
|
|
|
|
by test77777
971 days ago
|
|
If you just make up a number claim it’s prime and nobody disputes it, it’s prime apparently. I don’t think it’s really possible to have a very large prime number, because unless someone has tried every factor it’s really not prime yet, honestly that explains a lot about the elusiveness of the concept. |
|
You can test if a number is prime in polynomial time, much faster than a sieve. There’s no need to test every divisor to know whether a number is prime or not.
Algos like RSA generate large primes millions of times every day—-there’s nothing to take on faith.