Versions in this module Expand all Collapse all v1 v1.4.0 Jun 29, 2026 Changes in this version + type Recipient struct + func NewClassicRecipient(publicKey []byte) (*Recipient, error) + func NewHybridRecipient(publicKey []byte) (*Recipient, error) + func ParseRecipient(s string) (*Recipient, error) + func (r *Recipient) Bytes() []byte + func (r *Recipient) Hybrid() bool + func (r *Recipient) String() string + func (r *Recipient) Tag(enc []byte) ([]byte, error) + func (r *Recipient) Wrap(fileKey []byte) ([]*age.Stanza, error) + func (r *Recipient) WrapWithLabels(fileKey []byte) ([]*age.Stanza, []string, error)