decrypt

Function decrypt 

Source
pub fn decrypt(ciphertext: &str, key: &str) -> Result<String, CipherError>