[][src]Function rc_crypto::aead::open

pub fn open(
    key: &OpeningKey,
    nonce: Nonce,
    aad: Aad<'_>,
    ciphertext_and_tag: &[u8]
) -> Result<Vec<u8>>