MCPcopy Create free account
hub / github.com/XTLS/Go / clientKeyExchangeMsg

Struct clientKeyExchangeMsg

handshake_messages.go:1516–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516type clientKeyExchangeMsg struct {
1517 raw []byte
1518 ciphertext []byte
1519}
1520
1521func (m *clientKeyExchangeMsg) marshal() []byte {
1522 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected