[Mono-list] Poor RSACryptoServiceProvider performance

Elan Feingold efeingold@mn.rr.com
Thu, 20 Feb 2003 10:12:04 -0600


> For
> compatibility reason this behaviour is also present in Mono but is
delayed
> until you actually use the keypair (so it should not affect code that
import
> a keypair before using it) __unless__ you provide a keysize in the
> constructor [*].

Thank you so much for your reply!! I was passing in the key-size, and so
my program was creating a 512 bit key-pair every time it started,
resulting in really slow startup time.

Best regards,

-elan