Function evercrypt::aead::encrypt[][src]

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

Single-shot API for AEAD encryption.