Re: Performance of RSA key generation
- From: Mark Wooding <mdw@xxxxxxxxxxxxxxxx>
- Date: Tue, 27 Jan 2009 11:10:30 +0000
Ertugrul Söylemez <es@xxxxxxxx> writes:
When I wrote an RSA implementation, I picked p and q randomly and chose
the public exponent accordingly. That seems to work very well. I
wonder why other implementations don't do it that way.
I think that SSH at least used to do that. The downside is that the
public exponents can have higher Hamming weight, and there are security
reasons (e.g., Shoup's reduction for RSA-OAEP) for forcing e = 3.
-- [mdw]
.
- Follow-Ups:
- Re: Performance of RSA key generation
- From: Ertugrul Söylemez
- Re: Performance of RSA key generation
- References:
- Performance of RSA key generation
- From: Giuliano Bertoletti
- Re: Performance of RSA key generation
- From: Mark Wooding
- Re: Performance of RSA key generation
- From: Ertugrul Söylemez
- Performance of RSA key generation
- Prev by Date: Re: Performance of RSA key generation
- Next by Date: The Simplest Overview of Recent Crypto System Claims.
- Previous by thread: Re: Performance of RSA key generation
- Next by thread: Re: Performance of RSA key generation
- Index(es):
Relevant Pages
|