crypto/tls.ecdheParameters.PublicKey (method)
6 uses
crypto/tls (current package)
handshake_client.go#L131: hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
handshake_client_tls13.go#L233: hs.hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
handshake_server_tls13.go#L228: hs.hello.serverShare = keyShare{group: selectedGroup, data: params.PublicKey()}
key_agreement.go#L168: ecdhePublic := params.PublicKey()
key_agreement.go#L283: ourPublicKey := params.PublicKey()
key_schedule.go#L108: PublicKey() []byte
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)