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

Struct newSessionTicketMsgTLS13

handshake_messages.go:1160–1166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160type newSessionTicketMsgTLS13 struct {
1161 lifetime uint32
1162 ageAdd uint32
1163 nonce []byte
1164 label []byte
1165 maxEarlyData uint32
1166}
1167
1168func (m *newSessionTicketMsgTLS13) marshal() ([]byte, error) {
1169 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected