展开描述
混合公钥加密(RFC 9180)。
结构体§
- Encapsulated
Secret - An encapsulated secret returned from setting up a sender or receiver context.
- Hpke
KeyPair - An HPKE key pair, made of a matching public and private key.
- Hpke
Private Key - An HPKE private key.
- Hpke
Public Key - An HPKE public key.
- Hpke
Suite - An HPKE suite, specifying a key encapsulation mechanism and a symmetric cipher suite.
Trait§
- Hpke
- An HPKE instance that can be used for base-mode single-shot encryption and decryption.
- Hpke
Opener - An HPKE opener context.
- Hpke
Sealer - An HPKE sealer context.