Function decrypt

Source
pub fn decrypt(buf: &[u8], key: &[u8]) -> Result<Vec<u8>, String>