Function hacl::aead::encrypt_combined
source ยท pub fn encrypt_combined(
alg: Algorithm,
k: &[u8],
msg: &[u8],
iv: &[u8],
aad: &Aad,
) -> Result<Ciphertext, Error>
Expand description
Single-shot API for combined AEAD encryption.