func github.com/refraction-networking/utls/internal/helper.Uint8to16
3 uses
github.com/refraction-networking/utls/internal/helper (current package)
typeconv.go#L11: func Uint8to16(in []uint8) ([]uint16, error) {
github.com/refraction-networking/utls
u_common.go#L314: chs.CipherSuites, err = helper.Uint8to16(data["cipher_suites"])
u_common.go#L327: tlsExtensionTypes, err = helper.Uint8to16(data["extensions"])
![]() |
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. |