github.com/refraction-networking/utls.PubClientHelloMsg.Random (field)
10 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L261: uconn.HandshakeState.Hello.Random = make([]byte, 32)
u_conn.go#L262: copy(uconn.HandshakeState.Hello.Random, r)
u_conn.go#L641: binary.Write(bufferedWriter, binary.BigEndian, hello.Random)
u_parrots.go#L2788: switch len(hello.Random) {
u_parrots.go#L2790: hello.Random = make([]byte, 32)
u_parrots.go#L2791: _, err := io.ReadFull(uconn.config.rand(), hello.Random)
u_parrots.go#L2799: strconv.Itoa(len(hello.Random)) + " bytes")
u_public.go#L358: Random []byte
u_public.go#L398: random: chm.Random,
u_public.go#L448: Random: chm.random,
![]() |
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. |