Skip to main content

seal_with_aad

Function seal_with_aad 

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