decrypt

Function decrypt 

Source
pub fn decrypt(key: &[u8; 32], data: &[u8]) -> Result<Vec<u8>, EncryptionError>
Expand description

Decrypt the passed data using the key