Method Crypto.DSA.State()->set_public_key()
- Method set_public_key
this_programset_public_key(Gmp.mpzmodulo,Gmp.mpzorder,Gmp.mpzgenerator,Gmp.mpzkey)- Description
Sets the public key in this DSA object.
- Parameter
modulo This is the p parameter.
- Parameter
order This is the group order q parameter.
- Parameter
generator This is the g parameter.
- Parameter
kye This is the public key y parameter.