pub fn chacha20_poly1305_encrypt(
    key: ChaChaPolyKey,
    iv: ChaChaPolyIV,
    aad: &[u8],
    msg: &[u8]
) -> (Vec<u8>, Poly1305Tag)