pub fn chacha20_poly1305_decrypt(
key: ChaChaPolyKey,
iv: ChaChaPolyIV,
aad: &ByteSeq,
cipher_text: &ByteSeq,
tag: Poly1305Tag
) -> ByteSeqResultpub fn chacha20_poly1305_decrypt(
key: ChaChaPolyKey,
iv: ChaChaPolyIV,
aad: &ByteSeq,
cipher_text: &ByteSeq,
tag: Poly1305Tag
) -> ByteSeqResult