Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTLS/Go
/ CurveID
Method
CurveID
key_schedule.go:107–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
// according to RFC 8446, Section 4.2.8.2.
106
type
ecdheParameters
interface
{
107
CurveID() CurveID
108
PublicKey() []byte
109
SharedKey(peerPublicKey []byte) []byte
110
}
Callers
2
processHelloRetryRequest
Method · 0.65
processServerHello
Method · 0.65
Implementers
2
nistParameters
key_schedule.go
x25519Parameters
key_schedule.go
Calls
no outgoing calls
Tested by
no test coverage detected