Module ciphersuite
Expand description
§Ciphersuites for MLS
This module defines the API for interacting with MLS ciphersuites. For
implementation details, refer to codec.rs and ciphersuites.rs.
Structs§
- Hpke
Private Key - A simple type for HPKE private keys.
Type Aliases§
- Hpke
Public Key - A simple type for HPKE public keys using
VLBytesfor (de)serializing.