parameters represents the DSA parameters
| 21 | type ( |
| 22 | // parameters represents the DSA parameters |
| 23 | parameters struct { |
| 24 | P, Q, G *big.Int |
| 25 | } |
| 26 | |
| 27 | // dsa represents the DSA |
| 28 | dsa struct { |
nothing calls this directly
no outgoing calls
no test coverage detected