decrypt

Function decrypt 

Source
pub fn decrypt(
    s: &str,
    cipher: Cipher,
    key: &SecretVec<u8>,
) -> Result<SecretString>