dsa represents the DSA
| 26 | |
| 27 | // dsa represents the DSA |
| 28 | dsa struct { |
| 29 | parameters |
| 30 | pubKey *big.Int // public key (y) |
| 31 | privKey *big.Int // private key (x) |
| 32 | } |
| 33 | ) |
| 34 | |
| 35 | // New creates a new DSA instance |
nothing calls this directly
no outgoing calls
no test coverage detected