GetPublicKey returns the public key (y)
()
| 182 | |
| 183 | // GetPublicKey returns the public key (y) |
| 184 | func (dsa *dsa) GetPublicKey() *big.Int { |
| 185 | return dsa.pubKey |
| 186 | } |
| 187 | |
| 188 | // GetParameters returns the DSA parameters (p, q, g) |
| 189 | func (dsa *dsa) GetParameters() parameters { |
no outgoing calls