const github.com/refraction-networking/utls/internal/hpke.DHKEM_X25519_HKDF_SHA256
4 uses
github.com/refraction-networking/utls/internal/hpke (current package)
hpke.go#L59: const DHKEM_X25519_HKDF_SHA256 = 0x0020
hpke.go#L67: DHKEM_X25519_HKDF_SHA256: {ecdh.X25519(), crypto.SHA256, 32},
github.com/refraction-networking/utls
ech.go#L594: hpkeContext, err := hpke.SetupReceipient(hpke.DHKEM_X25519_HKDF_SHA256, echCiphersuite.KDFID, echCiphersuite.AEADID, echPriv, info, encap)
u_hpke.go#L18: const defaultHpkeKem = hpke.DHKEM_X25519_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. |