github.com/refraction-networking/utls/internal/tls13.EarlySecret.ResumptionBinderKey (method)

3 uses

	github.com/refraction-networking/utls/internal/tls13 (current package)
		tls13.go#L81: func (s *EarlySecret) ResumptionBinderKey() []byte {

	github.com/refraction-networking/utls
		handshake_client.go#L545: 	binderKey = earlySecret.ResumptionBinderKey()
		handshake_server_tls13.go#L423: 		binderKey := hs.earlySecret.ResumptionBinderKey()