MCPcopy 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.
106type ecdheParameters interface {
107 CurveID() CurveID
108 PublicKey() []byte
109 SharedKey(peerPublicKey []byte) []byte
110}

Callers 2

processServerHelloMethod · 0.65

Implementers 2

nistParameterskey_schedule.go
x25519Parameterskey_schedule.go

Calls

no outgoing calls

Tested by

no test coverage detected