Method Crypto.RSA()->set_public_key()
- Method
set_public_key
this_program
set_public_key(Gmp.mpz
|int
modulo
,Gmp.mpz
|int
pub
)- 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.