type github.com/refraction-networking/utls.TicketKey
8 uses
github.com/refraction-networking/utls (current package)
u_public.go#L812: type TicketKey struct {
u_public.go#L819: type TicketKeys []TicketKey
u_public.go#L822: func TicketKeyFromBytes(b [32]byte) TicketKey {
u_public.go#L830: func (tk ticketKey) ToPublic() TicketKey {
u_public.go#L831: return TicketKey{
u_public.go#L838: func (TK TicketKey) ToPrivate() ticketKey {
u_public.go#L846: func (tks ticketKeys) ToPublic() []TicketKey {
u_public.go#L847: var TKS []TicketKey
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |