I can't say I have any x64 time, so this may not be very useful. If
you are simply creating and dumping keys at this point, use
InvertibleRSAFunction. It will take the encryptor and decryptor
objects out of the mix:
InvertibleRSAFunction keys;
keys.Initialize(...);
See http://www.cryptopp.com/docs/ref/class_invertible_r_s_a_function.html.
Jeff