Function decrypt

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