Exposing OpenSSL RSA KeyGen
I'm trying to understand if there is a reason why RSA KeyGen was never exposed as an API in the crypto module. I'm familiar with the pure js solutions such as keypair but they are really slow compared to using OpenSSL.
Was there any other thread about this where a decision was made?