diff --git a/key_schedule.go b/key_schedule.go index af1f2bd..8150d80 100644 --- a/key_schedule.go +++ b/key_schedule.go @@ -99,7 +99,7 @@ func (c *cipherSuiteTLS13) exportKeyingMaterial(masterSecret []byte, transcript } } -// generateECDHEParameters returns a PrivateKey that implements Diffie-Hellman +// generateECDHEKey returns a PrivateKey that implements Diffie-Hellman // according to RFC 8446, Section 4.2.8.2. func generateECDHEKey(rand io.Reader, curveID CurveID) (*ecdh.PrivateKey, error) { curve, ok := curveForCurveID(curveID)