pub fn decrypt(data: &[u8], key: &[u8]) -> Result<Vec<u8>, DecryptionError>
Decrypts data
Parameters:
data
key
Returns the decrypted bytes, or an error