Versions in this module Expand all Collapse all v0 v0.0.5 Dec 7, 2024 v0.0.4 Dec 7, 2024 Changes in this version + var SupportedAEADs = map[uint16]struct{ ... } + var SupportedKDFs = map[uint16]func() *hkdfKDF + var SupportedKEMs = map[uint16]struct{ ... } + func ParseHPKEPublicKey(kemID uint16, bytes []byte) (*ecdh.PublicKey, error) + func SuiteID(kemID, kdfID, aeadID uint16) []byte + type Sender struct + func SetupSender(kemID, kdfID, aeadID uint16, pub crypto.PublicKey, info []byte) ([]byte, *Sender, error) + func (s *Sender) Seal(aad, plaintext []byte) ([]byte, error)