(no title)
akarve | 2 years ago
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.
creata|2 years ago
akarve|2 years ago
test77777|2 years ago
magneticnorth|2 years ago
It takes a short time to generate such a number but a very long time to decompose it, but this is a different problem than telling whether a number is prime.
JonChesterfield|2 years ago
Ar-Curunir|2 years ago
adgjlsfhk1|2 years ago