Function encrypt_with_label
pub fn encrypt_with_label(
public_key: &[u8],
label: &str,
context: &[u8],
plaintext: &[u8],
ciphersuite: Ciphersuite,
crypto: &impl OpenMlsCrypto,
) -> Result<HpkeCiphertext, Error>Expand description
Encrypt to an HPKE key with a label.