MCPcopy
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
1620type handshakeMessage interface {
1621 marshal() ([]byte, error)
1622 unmarshal([]byte) bool
1623}
1624

Callers 3

transcriptMsgFunction · 0.65
writeHandshakeRecordMethod · 0.65

Implementers 15

clientHelloMsghandshake_messages.go
serverHelloMsghandshake_messages.go
encryptedExtensionsMsghandshake_messages.go
endOfEarlyDataMsghandshake_messages.go
keyUpdateMsghandshake_messages.go
newSessionTicketMsgTLS13handshake_messages.go
certificateRequestMsgTLS13handshake_messages.go
certificateMsghandshake_messages.go
certificateMsgTLS13handshake_messages.go
serverKeyExchangeMsghandshake_messages.go
certificateStatusMsghandshake_messages.go
serverHelloDoneMsghandshake_messages.go

Calls

no outgoing calls

Tested by

no test coverage detected