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

Struct finishedMsg

handshake_messages.go:1683–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1681}
1682
1683type finishedMsg struct {
1684 verifyData []byte
1685}
1686
1687func (m *finishedMsg) marshal() ([]byte, error) {
1688 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected