Skip to main content

decrypt_string

Function decrypt_string 

Source
pub fn decrypt_string(encrypted: &[u8], key: &[u8]) -> Result<String>