On Fri, Mar 21, 2003 at 07:49:19AM -0800, Scott Maxwell wrote: > > >It's to support RSA and Rabin blinding. For cryptosystems that don't need > >blinding, you can pass in a NullRNG. > > OK. So does that mean that I need a real RNG if I am using any form of > RSA? I am using FixedLengthDecrypt directly.
Yes.
