[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prime Number Gen's.



There are algorithms for producing provable primes which don't take
too long.  However they do not work to prove a given probable prime
is actually prime, rather they generate a prime.  One was described
by Mihailescu Preda, <[email protected]>, on sci.crypt on
December 13, 1993.  It is not clear whether this kind of algorithm is
suitable for RSA (where the primes must be kept secret) since it could
reduce the space of primes which are produced.

Hal