Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(key: &[u8], ciphertext: &str) -> Result<Vec<u8>>
Expand description

Decrypt base64-encoded data with a key