(peerPublicKey []byte)
| 107 | CurveID() CurveID |
| 108 | PublicKey() []byte |
| 109 | SharedKey(peerPublicKey []byte) []byte |
| 110 | } |
| 111 | |
| 112 | func generateECDHEParameters(rand io.Reader, curveID CurveID) (ecdheParameters, error) { |
no outgoing calls
no test coverage detected