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

Struct finishedMsg

handshake_messages.go:1550–1553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550type finishedMsg struct {
1551 raw []byte
1552 verifyData []byte
1553}
1554
1555func (m *finishedMsg) marshal() []byte {
1556 if m.raw != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected