Method Crypto.DSA()->set_public_key()
classCrypto.DSA
- Method
set_public_key
this_programset_public_key(Gmp.mpzp_,Gmp.mpzq_,Gmp.mpzg_,Gmp.mpzy_)- Description
Sets the public key in this DSA object.
class Crypto.DSAthis_program set_public_key(Gmp.mpz p_, Gmp.mpz q_, Gmp.mpz g_, Gmp.mpz y_)
Sets the public key in this DSA object.