mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
typo fix
This commit is contained in:
parent
b60456db93
commit
9af5123df3
@ -327,8 +327,8 @@ gen_prime( unsigned nbits, int secret, int randomlevel )
|
|||||||
m_free(p);
|
m_free(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set high order bit to 1, set low order bit to .
|
/* Set high order bit to 1, set low order bit to 0.
|
||||||
if we are generating a secret prime we are most probably
|
If we are generating a secret prime we are most probably
|
||||||
doing that for RSA, to make sure that the modulus does have
|
doing that for RSA, to make sure that the modulus does have
|
||||||
the requested keysize we set the 2 high order bits */
|
the requested keysize we set the 2 high order bits */
|
||||||
mpi_set_highbit( prime, nbits-1 );
|
mpi_set_highbit( prime, nbits-1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user