Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(data: &[u8], password: &str) -> Result<Vec<u8>, String>