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

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