Method Crypto.RSA.State()->set_public_key()
- Method set_public_key
 this_programset_public_key(Gmp.mpz|intmodulo,Gmp.mpz|intpub)- Description
 Sets the public key.
- Parameter 
modulo The RSA modulo, often called n. This value needs to be >=12.
- Parameter 
pub The public RSA exponent, often called e.