Re: Creating RSA key pair and generating BN prime number

2006-11-05 Thread Francesco
Marek Marcola wrote: > But safe primes are needed for DH, not for RSA > and in generating RSA key p and q are not safe (in meaning > (p-1)/2 is prime too). Thanks for your quick reply regards Francesco. __ OpenSSL Project

Re: Creating RSA key pair and generating BN prime number

2006-11-04 Thread Marek Marcola
Hello, > I'm testing computation times of some OpenSSL criptographic functions > and I've got a question. > how much long is prime p when I create a RSA key pair of 1024 bit (with > RSA_generate_key) ? > > I'm asking this because when generating a RSA key pair of 1024 bit , > computation time is