Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/XTLS/REALITY
/ marshal
Method
marshal
common.go:1621–1621 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1619
1620
type
handshakeMessage
interface
{
1621
marshal() ([]byte, error)
1622
unmarshal([]byte) bool
1623
}
1624
Callers
3
transcriptMsg
Function · 0.65
writeHandshakeRecord
Method · 0.65
computeAndUpdateOuterECHExtension
Function · 0.65
Implementers
15
clientHelloMsg
handshake_messages.go
serverHelloMsg
handshake_messages.go
encryptedExtensionsMsg
handshake_messages.go
endOfEarlyDataMsg
handshake_messages.go
keyUpdateMsg
handshake_messages.go
newSessionTicketMsgTLS13
handshake_messages.go
certificateRequestMsgTLS13
handshake_messages.go
certificateMsg
handshake_messages.go
certificateMsgTLS13
handshake_messages.go
serverKeyExchangeMsg
handshake_messages.go
certificateStatusMsg
handshake_messages.go
serverHelloDoneMsg
handshake_messages.go
Calls
no outgoing calls
Tested by
no test coverage detected