Skip to main content

open_with_aad

Function open_with_aad 

Source
pub fn open_with_aad(
    key: &EncryptionKey,
    ciphertext: &[u8],
    nonce: &[u8],
    aad: &[u8],
) -> Result<Vec<u8>, EncryptionError>