pub fn encrypt( key: &Chacha20Key, msg_ctxt: &mut [u8], iv: Iv, aad: &[u8], ) -> Tag
128-bit SIMD encrypt.
This function requires