func github.com/refraction-networking/utls/internal/hkdf.Extract
7 uses
github.com/refraction-networking/utls/internal/hkdf (current package)
hkdf.go#L8: func Extract[H hash.Hash](h func() H, secret, salt []byte) []byte {
github.com/refraction-networking/utls/internal/hpke
hpke.go#L35: return hkdf.Extract(kdf.hash.New, labeledIKM, salt)
github.com/refraction-networking/utls/internal/tls13
tls13.go#L47: return hkdf.Extract(hash, newSecret, currentSecret)
github.com/refraction-networking/utls
handshake_client_tls13.go#L107: hkdf.Extract(hs.suite.hash.New, hs.echContext.innerHello.random, nil),
handshake_client_tls13.go#L286: hkdf.Extract(hs.suite.hash.New, hs.echContext.innerHello.random, nil),
handshake_server_tls13.go#L577: hkdf.Extract(hs.suite.hash.New, hs.clientHello.random, nil),
handshake_server_tls13.go#L740: hkdf.Extract(hs.suite.hash.New, hs.clientHello.random, nil),
 |
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. |