Expand description
Generate prime components for the RSA Private Key
Structs§
Functions§
- generate_
multi_ 🔒prime_ key_ with_ exp - Generates a multi-prime RSA keypair of the given bit size, public exponent, and the given random source, as suggested in 1. Although the public keys are compatible (actually, indistinguishable) from the 2-prime case, the private keys are not. Thus it may not be possible to export multi-prime private keys in certain formats or to subsequently import them into other code.