MCPcopy Index your code
hub / github.com/XTLS/REALITY / marshal

Method marshal

handshake_messages.go:375–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373}
374
375func (m *clientHelloMsg) marshal() ([]byte, error) {
376 return m.marshalMsg(false)
377}
378
379// marshalWithoutBinders returns the ClientHello through the
380// PreSharedKeyExtension.identities field, according to RFC 8446, Section

Callers 1

marshalWithoutBindersMethod · 0.95

Calls 1

marshalMsgMethod · 0.95

Tested by

no test coverage detected