Function evercrypt::aead::encrypt_combined[][src]

pub fn encrypt_combined(
    alg: Mode,
    k: &[u8],
    msg: &[u8],
    iv: &[u8],
    aad: &Aad
) -> Result<Ciphertext, Error>
Expand description

Single-shot API for combined AEAD encryption.