type crypto/internal/hpke.Sender
5 uses
crypto/internal/hpke (current package)
hpke.go#L143: type Sender struct {
hpke.go#L244: func SetupSender(kemID, kdfID, aeadID uint16, pub *ecdh.PublicKey, info []byte) ([]byte, *Sender, error) {
hpke.go#L259: return encapsulatedKey, &Sender{context}, nil
hpke.go#L297: func (s *Sender) Seal(aad, plaintext []byte) ([]byte, error) {
crypto/tls
handshake_client.go#L243: hpkeContext *hpke.Sender
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)