> In Crypto++ 4.2 I could ask for an RSA key with e=3 and end up with one > with e!=3. Is this still the case in 5.1?
No. The design has been changed so that in 5.0 and 5.1 you'll always get the public exponent you ask for.
Excellent. Thanks.
Scott
> In Crypto++ 4.2 I could ask for an RSA key with e=3 and end up with one > with e!=3. Is this still the case in 5.1?
No. The design has been changed so that in 5.0 and 5.1 you'll always get the public exponent you ask for.