On Thu, Mar 20, 2003 at 06:35:02PM -0800, Scott Maxwell wrote: > Looks like FixedLengthDecrypt needs a random number generator now. Why > does decrypt need a RNG? Not a big deal. Just wondering.
It's to support RSA and Rabin blinding. For cryptosystems that don't need blinding, you can pass in a NullRNG.
