Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/XTLS/REALITY
/ serverKeyExchangeMsg
Struct
serverKeyExchangeMsg
handshake_messages.go:1589–1591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1587
}
1588
1589
type
serverKeyExchangeMsg
struct
{
1590
key []byte
1591
}
1592
1593
func
(m *serverKeyExchangeMsg) marshal() ([]byte, error) {
1594
length := len(m.key)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected