const github.com/refraction-networking/utls/internal/hpke.KDF_HKDF_SHA256
3 uses
github.com/refraction-networking/utls/internal/hpke (current package)
hpke.go#L175: const KDF_HKDF_SHA256 = 0x0001
hpke.go#L179: KDF_HKDF_SHA256: func() *hkdfKDF { return &hkdfKDF{crypto.SHA256} },
github.com/refraction-networking/utls
u_hpke.go#L17: const defaultHpkeKdf = hpke.KDF_HKDF_SHA256
![]() |
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. |