Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/XTLS/REALITY
/ certificateMsg
Struct
certificateMsg
handshake_messages.go:1379–1381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1377
}
1378
1379
type
certificateMsg
struct
{
1380
certificates [][]byte
1381
}
1382
1383
func
(m *certificateMsg) marshal() ([]byte, error) {
1384
var
i int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected