func github.com/refraction-networking/utls/internal/tls13.NewMasterSecretFromSecret
2 uses
github.com/refraction-networking/utls/internal/tls13 (current package)
u_tls13.go#L19: func NewMasterSecretFromSecret[H fips140.Hash](hash func() H, secret []byte) *MasterSecret {
github.com/refraction-networking/utls
u_handshake_client.go#L546: hs13.masterSecret = tls13.NewMasterSecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.MasterSecret)
![]() |
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. |