On Tue, Apr 01, 2003 at 04:10:55PM -0800, Scott Maxwell wrote: > Hi Wei, > > 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.
