rc_crypto::aead

Function open

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