Function open_bytes

Source
pub fn open_bytes(
    _key: &[u8],
    _aad: &[u8],
    ciphertext: &[u8],
) -> Result<Vec<u8>>