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

Struct clientKeyExchangeMsg

handshake_messages.go:1655–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1653}
1654
1655type clientKeyExchangeMsg struct {
1656 ciphertext []byte
1657}
1658
1659func (m *clientKeyExchangeMsg) marshal() ([]byte, error) {
1660 length := len(m.ciphertext)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected