func crypto/hpke.DHKEM
7 uses
crypto/hpke (current package)
kem.go#L49: return DHKEM(ecdh.P256()), nil
kem.go#L51: return DHKEM(ecdh.P384()), nil
kem.go#L53: return DHKEM(ecdh.P521()), nil
kem.go#L55: return DHKEM(ecdh.X25519()), nil
kem.go#L147: func DHKEM(curve ecdh.Curve) KEM {
kem.go#L205: kem, ok := DHKEM(pub.Curve()).(*dhKEM)
kem.go#L278: kem, ok := DHKEM(priv.Curve()).(*dhKEM)
 |
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. |