Searched defs:ellipticECDHCurve (Results 1 – 1 of 1) sorted by relevance
256 type ellipticECDHCurve struct { struct257 curve elliptic.Curve258 privateKey []byte259 sendCompressed bool262 func (e *ellipticECDHCurve) offer(rand io.Reader) (publicKey []byte, err error) {279 …rve) accept(rand io.Reader, peerKey []byte) (publicKey []byte, preMasterSecret []byte, err error) {291 func (e *ellipticECDHCurve) finish(peerKey []byte) (preMasterSecret []byte, err error) {