Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XTLS/Go
/ serverKeyExchangeMsg
Struct
serverKeyExchangeMsg
handshake_messages.go:1437–1440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1435
}
1436
1437
type
serverKeyExchangeMsg
struct
{
1438
raw []byte
1439
key []byte
1440
}
1441
1442
func
(m *serverKeyExchangeMsg) marshal() []byte {
1443
if
m.raw != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected