Expand description
Ciphersuites for MLS
This file contains the API to interact with ciphersuites.
See codec.rs
and ciphersuites.rs
for internals.
Modules§
- hash_
ref - Hash References
- signable
- This module defines traits used for signing and verifying structs from the MLS protocol spec.
- signature
- Signatures.
Structs§
- Hpke
Private Key - A simple type for HPKE private keys.
Type Aliases§
- Hpke
Public Key - A simple type for HPKE public keys using
VLBytes
for (de)serializing.